Skip to content

Commit 54e3bac

Browse files
Update redisinsight/ui/src/components/oauth/oauth-sso/oauth-autodiscovery/OAuthAutodiscovery.styles.ts
Co-authored-by: Valentin Kirilov <valentin.kirilov@redis.com>
1 parent 901da61 commit 54e3bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/ui/src/components/oauth/oauth-sso/oauth-autodiscovery/OAuthAutodiscovery.styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const StyledContainer = styled(Col)``
1111
export const StyledCreateDbSection = styled(Row)`
1212
width: 100%;
1313
border: 1px solid ${({ theme }) => theme.semantic.color.border.neutral500};
14-
border-radius: 8px;
14+
border-radius: ${theme.core.space.space100}
1515
padding-block: ${({ theme }) => theme.core.space.space100};
1616
padding-inline: ${({ theme }) => theme.core.space.space200};
1717
`

0 commit comments

Comments
 (0)