Fix/1577/item card color contrast (#2921)
* fix(layout): adjust ItemCard header colors - adjust header colors to pass color contrast standards * chore(changeset): add changeset -add change set
This commit is contained in:
committed by
GitHub
parent
3a6a1c481d
commit
406015b0d8
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/core': patch
|
||||
---
|
||||
|
||||
Update ItemCard headers to pass color contrast standards.
|
||||
@@ -20,8 +20,7 @@ const useStyles = makeStyles(theme => ({
|
||||
header: {
|
||||
color: theme.palette.common.white,
|
||||
padding: theme.spacing(2, 2, 6),
|
||||
backgroundImage:
|
||||
'linear-gradient(-137deg, rgb(25, 230, 140) 0%, rgb(29, 127, 110) 100%)',
|
||||
backgroundImage: 'linear-gradient(-137deg, #4BB8A5 0%, #187656 100%)',
|
||||
},
|
||||
content: {
|
||||
padding: theme.spacing(2),
|
||||
|
||||
Reference in New Issue
Block a user