mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-14 00:19:16 +01:00
fix: connect sdk description bg color (#8171)
This commit is contained in:
parent
a48da821ef
commit
7274f4954a
@ -66,7 +66,7 @@ const SecretExplanation = styled('div')(({ theme }) => ({
|
||||
}));
|
||||
|
||||
const SecretExplanationDescription = styled('div')(({ theme }) => ({
|
||||
backgroundColor: theme.palette.primary.contrastText,
|
||||
backgroundColor: theme.palette.background.paper,
|
||||
borderRadius: theme.shape.borderRadius,
|
||||
padding: theme.spacing(2),
|
||||
flex: 1,
|
||||
|
Loading…
Reference in New Issue
Block a user