Fix tsc types by csstype dependency resolution
- Fix Paper background color to be consistent - Fix line-height & font-size on body to be consitent Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
This commit is contained in:
@@ -25,7 +25,7 @@ export const palettes = {
|
||||
mode: 'light' as const,
|
||||
background: {
|
||||
default: '#F8F8F8',
|
||||
paper: '#FAFAFA',
|
||||
paper: '#FFFFFF',
|
||||
},
|
||||
status: {
|
||||
ok: '#1DB954',
|
||||
|
||||
@@ -32,6 +32,8 @@ export const defaultComponentThemes: ThemeOptions['components'] = {
|
||||
height: '100%',
|
||||
fontFamily: theme.typography.fontFamily,
|
||||
overscrollBehaviorY: 'none',
|
||||
fontSize: '0.875rem',
|
||||
lineHeight: 1.43,
|
||||
},
|
||||
a: {
|
||||
color: 'inherit',
|
||||
|
||||
Reference in New Issue
Block a user