Skip to content

Commit 7fb5174

Browse files
committed
fix leftover container style usage
1 parent bded23f commit 7fb5174

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const OAuthAutodiscovery = (props: Props) => {
7878
)
7979

8080
return (
81-
<div className={styles.container} data-testid="oauth-container-import">
81+
<StyledContainer data-testid="oauth-container-import">
8282
<Text>
8383
Use{' '}
8484
<strong>
@@ -94,7 +94,7 @@ const OAuthAutodiscovery = (props: Props) => {
9494
>
9595
Discover
9696
</PrimaryButton>
97-
</div>
97+
</StyledContainer>
9898
)
9999
}
100100

0 commit comments

Comments
 (0)