Skip to content

Commit

Permalink
Replace linode#555 with theme.tokens.color.Neutrals[80]
Browse files Browse the repository at this point in the history
  • Loading branch information
pmakode-akamai committed Nov 11, 2024
1 parent 8ec8652 commit a89f5a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const StyledPhoneNumberTitle = styled(Typography, {
export const StyledLabel = styled(Typography, {
label: 'StyledLabel',
})(({ theme }) => ({
color: theme.name === 'light' ? '#555' : '#c9cacb',
color: theme.name === 'light' ? theme.tokens.color.Neutrals[80] : '#c9cacb',
fontSize: '.875rem',
lineHeight: '1',
marginBottom: '8px',
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/src/components/Notice/Notice.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const useStyles = makeStyles<
},
warning: {
[`& .${classes.icon}`]: {
color: '#555',
color: theme.tokens.color.Neutrals[80],
},
[`&.${classes.important}`]: {
borderLeftWidth: 32,
Expand Down

0 comments on commit a89f5a6

Please sign in to comment.