We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 901da61 commit 54e3bacCopy full SHA for 54e3bac
redisinsight/ui/src/components/oauth/oauth-sso/oauth-autodiscovery/OAuthAutodiscovery.styles.ts
@@ -11,7 +11,7 @@ export const StyledContainer = styled(Col)``
11
export const StyledCreateDbSection = styled(Row)`
12
width: 100%;
13
border: 1px solid ${({ theme }) => theme.semantic.color.border.neutral500};
14
- border-radius: 8px;
+ border-radius: ${theme.core.space.space100}
15
padding-block: ${({ theme }) => theme.core.space.space100};
16
padding-inline: ${({ theme }) => theme.core.space.space200};
17
`
0 commit comments