mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-09 15:54:47 -07:00
Webatrice: KnownHosts component (#4456)
* refactor dexie services for future schema updates Co-authored-by: Jeremy Letto <jeremy.letto@datasite.com>
This commit is contained in:
parent
37879c4255
commit
6ce346af4a
54 changed files with 1381 additions and 1291 deletions
|
|
@ -11,6 +11,22 @@ const palette = {
|
|||
dark: '#401C7F',
|
||||
contrastText: '#FFFFFF',
|
||||
},
|
||||
grey: {
|
||||
50: '#fafafa',
|
||||
100: '#f5f5f5',
|
||||
200: '#eeeeee',
|
||||
300: '#e0e0e0',
|
||||
400: '#bdbdbd',
|
||||
500: '#9e9e9e',
|
||||
600: '#757575',
|
||||
700: '#616161',
|
||||
800: '#424242',
|
||||
900: '#212121',
|
||||
A100: '#d5d5d5',
|
||||
A200: '#aaaaaa',
|
||||
A400: '#303030',
|
||||
A700: '#616161',
|
||||
},
|
||||
// secondary: {
|
||||
// main: '',
|
||||
// light: '',
|
||||
|
|
@ -67,6 +83,29 @@ export const materialTheme = createTheme({
|
|||
},
|
||||
},
|
||||
|
||||
MuiCheckbox: {
|
||||
root: {
|
||||
'& .MuiSvgIcon-root': {
|
||||
width: '.75em',
|
||||
height: '.75em',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
MuiFormControlLabel: {
|
||||
label: {
|
||||
fontSize: 12,
|
||||
fontWeight: 'bold',
|
||||
color: palette.primary.main,
|
||||
},
|
||||
},
|
||||
|
||||
MuiLink: {
|
||||
root: {
|
||||
fontWeight: 'bold',
|
||||
},
|
||||
},
|
||||
|
||||
MuiList: {
|
||||
root: {
|
||||
padding: '8px',
|
||||
|
|
@ -135,7 +174,10 @@ export const materialTheme = createTheme({
|
|||
fontSize: 28,
|
||||
fontWeight: 'bold',
|
||||
},
|
||||
// h2: {},
|
||||
h2: {
|
||||
fontSize: 24,
|
||||
fontWeight: 'bold',
|
||||
},
|
||||
// h3: {},
|
||||
// h4: {},
|
||||
// h5: {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue