Skip to content

Commit 5971a0a

Browse files
committed
Change text colors and button sizes
1 parent 44161f4 commit 5971a0a

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

redisinsight/ui/src/components/oauth/oauth-sso/oauth-autodiscovery/OAuthAutodiscovery.tsx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,11 @@ const OAuthAutodiscovery = (props: Props) => {
116116
<StyledCreateDbSection justify="between" align="center">
117117
<Row align="center" gap="m">
118118
<CloudIcon size="L" />
119-
<Text>Start FREE with Redis Cloud</Text>
119+
<Text color="primary">Start FREE with Redis Cloud</Text>
120120
</Row>
121121
<OAuthSsoHandlerDialog>
122122
{(ssoCloudHandlerClick) => (
123123
<PrimaryButton
124-
size="s"
125124
// todo: choose either href or on click
126125
// href={getUtmExternalLink(EXTERNAL_LINKS.tryFree, { campaign: '' })}
127126
// target="_blank"
@@ -153,15 +152,15 @@ const OAuthAutodiscovery = (props: Props) => {
153152
>
154153
{(form: React.ReactNode) => (
155154
<>
156-
<StyledDiscoverText>
155+
<StyledDiscoverText color="primary">
157156
Discover subscriptions and add your databases. A new Redis Cloud
158157
account will be created for you if you don’t have one.
159158
</StyledDiscoverText>
160159

161160
<CreateFreeDb />
162161

163-
<Text>Get started with</Text>
164-
<Title size="L">Redis Cloud account</Title>
162+
<Text color="primary">Get started with</Text>
163+
<Title size="L" color="primary">Redis Cloud account</Title>
165164

166165
{form}
167166

redisinsight/ui/src/pages/home/components/cloud-connection/cloud-connection-form/CloudConnectionForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ const CloudConnectionForm = (props: Props) => {
231231
<FeatureFlagComponent name={FeatureFlags.cloudSso}>
232232
<Col gap="l">
233233
<FlexItem grow>
234-
<Text>Connect with</Text>
234+
<Text color="primary">Connect with</Text>
235235
</FlexItem>
236236
<FlexItem grow>
237237
<RiRadioGroup

0 commit comments

Comments
 (0)