Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Fix reward card title color
Browse files Browse the repository at this point in the history
  • Loading branch information
elias-garcia committed Jun 21, 2021
1 parent 767dc29 commit b09241e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const useRewardsCardStyles = createUseStyles((theme) => ({
padding: `${theme.spacing(2)}px ${theme.spacing(2.5)}px ${theme.spacing(2.5)}px ${theme.spacing(4)}px `,
borderRadius: theme.spacing(2),
backgroundColor: theme.palette.black,
color: theme.palette.white,
width: '100%'
},
cardHeader: {
Expand All @@ -14,7 +13,8 @@ const useRewardsCardStyles = createUseStyles((theme) => ({
alignItems: 'center',
justifyContent: 'space-between',
paddingBottom: theme.spacing(1.25),
marginBottom: theme.spacing(1)
marginBottom: theme.spacing(1),
color: theme.palette.grey.light
},
cardHeading: {
[theme.breakpoints.upSm]: {
Expand Down

0 comments on commit b09241e

Please sign in to comment.