mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-09 19:29:45 -06:00
Updated font sizes and colors to match theme values.
This commit is contained in:
@@ -122,11 +122,11 @@ const baseTheme = (palette) => ({
|
||||
props: { variant: 'text', color: 'info' },
|
||||
style: {
|
||||
textDecoration: 'underline',
|
||||
color: '#344054',
|
||||
color: theme.palette.text.primary,
|
||||
padding: 0,
|
||||
margin: 0,
|
||||
fontSize: '0.9rem',
|
||||
fontWeight: 'normal',
|
||||
fontSize: typographyLevels.m,
|
||||
fontWeight: theme.typography.body2.fontWeight,
|
||||
backgroundColor: 'transparent',
|
||||
'&:hover': {
|
||||
backgroundColor: 'transparent',
|
||||
|
||||
Reference in New Issue
Block a user