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:
Jeremy Letto 2021-11-25 21:12:23 -06:00 committed by GitHub
parent 37879c4255
commit 6ce346af4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
54 changed files with 1381 additions and 1291 deletions

View file

@ -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: {},