1
0
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:
Mateusz Kwasniewski 2024-09-18 14:08:31 +02:00 committed by GitHub
parent a48da821ef
commit 7274f4954a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,