Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
[C-797] Fix track-remix-screen text color (#1705)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanjeffers committed Aug 10, 2022
1 parent 1325829 commit dce8a58
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -37,6 +37,7 @@ const useStyles = makeStyles(({ spacing, palette, typography }) => ({
},
text: {
...typography.body,
color: palette.neutral,
textAlign: 'center',
lineHeight: 20
},
Expand Down

0 comments on commit dce8a58

Please sign in to comment.