1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-24 17:51:14 +02:00

chore: update strategy cards background color

This commit is contained in:
Nuno Góis 2025-09-23 13:18:36 +01:00
parent c824b3e26b
commit 44553ef32c
No known key found for this signature in database
GPG Key ID: 71ECC689F1091765

View File

@ -25,6 +25,7 @@ const StyledCard = styled('div', {
height: theme.spacing(10), height: theme.spacing(10),
maxWidth: '30rem', maxWidth: '30rem',
padding: theme.spacing(2), padding: theme.spacing(2),
backgroundColor: theme.palette.background.elevation1,
color: 'inherit', color: 'inherit',
textDecoration: 'inherit', textDecoration: 'inherit',
lineHeight: 1.25, lineHeight: 1.25,