X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/83ae89e7dfd3e152d2154285347a3b268606473d..a899e5b123e98cf4e7c211ef2137dceb2510946f:/src/common/custom-theme.ts diff --git a/src/common/custom-theme.ts b/src/common/custom-theme.ts index c4d3dbc358..20790100dc 100644 --- a/src/common/custom-theme.ts +++ b/src/common/custom-theme.ts @@ -27,6 +27,7 @@ interface Colors { red900: string; blue500: string; grey500: string; + grey700: string; } const red900 = red["900"]; @@ -47,6 +48,7 @@ export const themeOptions: ArvadosThemeOptions = { red900: red['900'], blue500: blue['500'], grey500, + grey700 } }, overrides: {