Browse Source

update default button theme

master
jason.lam 1 year ago
parent
commit
ce62eb7fc9
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/themes/themeConst.js

+ 2
- 1
src/themes/themeConst.js View File

@@ -76,7 +76,8 @@ export const PNSPS_THEME = createTheme({
opacity: 0.75,
},
'&.MuiButton-root':{
fontSize: FONT_SIZE
fontSize: '1.2rem',
alignItems: 'normal',
},
}
}


Loading…
Cancel
Save