X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/05d13a8a142ccab6425905bd6706ba77cb5f06dd..cba0f400f56889778321bdc0fdcf6cee236f6a79:/src/common/custom-theme.ts diff --git a/src/common/custom-theme.ts b/src/common/custom-theme.ts index ecad3913..2b0c5891 100644 --- a/src/common/custom-theme.ts +++ b/src/common/custom-theme.ts @@ -34,6 +34,7 @@ const grey500 = grey["500"]; const grey600 = grey["600"]; const grey700 = grey["700"]; const grey900 = grey["900"]; +const rocheBlue = '#06C'; const themeOptions: ArvadosThemeOptions = { customs: { @@ -98,6 +99,9 @@ const themeOptions: ArvadosThemeOptions = { } }, MuiInput: { + root: { + fontSize: '0.875rem' + }, underline: { '&:after': { borderBottomColor: purple800 @@ -108,6 +112,9 @@ const themeOptions: ArvadosThemeOptions = { } }, MuiFormLabel: { + root: { + fontSize: '0.875rem' + }, focused: { "&$focused:not($error)": { color: purple800 @@ -122,7 +129,7 @@ const themeOptions: ArvadosThemeOptions = { }, palette: { primary: { - main: '#06C', + main: rocheBlue, dark: blue.A100 } }