Skip to content

Commit

Permalink
make hold text color match button text color
Browse files Browse the repository at this point in the history
  • Loading branch information
gijoe0295 committed Dec 12, 2024
1 parent dee55e1 commit 0a339da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4832,7 +4832,7 @@ const styles = (theme: ThemeColors) =>
holdRequestInline: {
...headlineFont,
...whiteSpace.preWrap,
color: theme.heading,
color: theme.textLight,
fontSize: variables.fontSizeXLarge,
lineHeight: variables.lineHeightXXLarge,

Expand Down

0 comments on commit 0a339da

Please sign in to comment.