File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
components/oauth/oauth-sso/oauth-autodiscovery
pages/home/components/cloud-connection/cloud-connection-form Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments