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 (#10681)

https://linear.app/unleash/issue/2-3895/update-cards-background-color

Updates the strategy cards background color to match the designs.

<img width="985" height="569" alt="image"
src="https://github.com/user-attachments/assets/6b6e1dd3-b811-4841-8858-4046f3c79717"
/>
This commit is contained in:
Nuno Góis 2025-09-23 13:54:25 +01:00 committed by GitHub
parent d33e57a05f
commit 63b0006b46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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