X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/6f73d03da9243243e52acedc60c34398fb1ce436..d6d283b6be9a614915b63e1ca66572a3aaf9d41e:/src/common/custom-theme.ts diff --git a/src/common/custom-theme.ts b/src/common/custom-theme.ts index f7559eed..0faf781d 100644 --- a/src/common/custom-theme.ts +++ b/src/common/custom-theme.ts @@ -39,6 +39,9 @@ const grey900 = grey["900"]; const rocheBlue = '#06C'; export const themeOptions: ArvadosThemeOptions = { + typography: { + useNextVariants: true, + }, customs: { colors: { green700: green["700"], @@ -148,7 +151,7 @@ export const themeOptions: ArvadosThemeOptions = { dark: teal.A400, contrastText: '#fff' } - } + }, }; export const CustomTheme = createMuiTheme(themeOptions); \ No newline at end of file