X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/97de0bf90660e72220f350483981e35d53a5998f..fc3d9ac09fbb1cdc4fb4b00f2f704795ad365110:/src/common/custom-theme.ts diff --git a/src/common/custom-theme.ts b/src/common/custom-theme.ts index b47bd518a1..c4d3dbc358 100644 --- a/src/common/custom-theme.ts +++ b/src/common/custom-theme.ts @@ -11,7 +11,7 @@ import green from '@material-ui/core/colors/green'; import yellow from '@material-ui/core/colors/yellow'; import red from '@material-ui/core/colors/red'; -interface ArvadosThemeOptions extends ThemeOptions { +export interface ArvadosThemeOptions extends ThemeOptions { customs: any; } @@ -39,7 +39,7 @@ const grey700 = grey["700"]; const grey900 = grey["900"]; const rocheBlue = '#06C'; -const themeOptions: ArvadosThemeOptions = { +export const themeOptions: ArvadosThemeOptions = { customs: { colors: { green700: green["700"],