X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/5844264e8def16755e8da6e7e57a716e69a130ff..7cac459611f4e4d089cedbe13120553f97152509:/src/common/custom-theme.ts diff --git a/src/common/custom-theme.ts b/src/common/custom-theme.ts index e78185dd..0850f881 100644 --- a/src/common/custom-theme.ts +++ b/src/common/custom-theme.ts @@ -7,6 +7,7 @@ import { ThemeOptions, Theme } from '@material-ui/core/styles/createMuiTheme'; import purple from '@material-ui/core/colors/purple'; import blue from '@material-ui/core/colors/blue'; import grey from '@material-ui/core/colors/grey'; +import green from '@material-ui/core/colors/green'; interface ArvadosThemeOptions extends ThemeOptions { customs: any; @@ -21,7 +22,7 @@ const grey600 = grey["600"]; const themeOptions: ArvadosThemeOptions = { customs: { colors: { - + green700: green["700"] } }, overrides: {