File tree Expand file tree Collapse file tree 1 file changed +13
-11
lines changed
redisinsight/ui/src/components/oauth/oauth-sso/oauth-autodiscovery Expand file tree Collapse file tree 1 file changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -78,22 +78,24 @@ const OAuthAutodiscovery = (props: Props) => {
7878 )
7979
8080 return (
81- < StyledContainer data-testid = "oauth-container-import" >
81+ < StyledContainer data-testid = "oauth-container-import" gap = "xl" >
8282 < Text >
8383 Use{ ' ' }
84- < strong >
84+ < Text color = "primary" variant = "semiBold" component = "span" >
8585 { currentAccountName ?. name } #{ currentAccountId }
86- </ strong > { ' ' }
86+ </ Text >
87+ { ' ' }
8788 account to auto-discover subscriptions and add your databases.
8889 </ Text >
89- < Spacer size = "xl" />
90- < PrimaryButton
91- onClick = { handleClickDiscover }
92- disabled = { isDiscoverDisabled }
93- data-testid = "oauth-discover-btn"
94- >
95- Discover
96- </ PrimaryButton >
90+ < Row justify = "center" >
91+ < PrimaryButton
92+ onClick = { handleClickDiscover }
93+ disabled = { isDiscoverDisabled }
94+ data-testid = "oauth-discover-btn"
95+ >
96+ Discover
97+ </ PrimaryButton >
98+ </ Row >
9799 </ StyledContainer >
98100 )
99101 }
You can’t perform that action at this time.
0 commit comments