Theme: Add missing color type (#29265)

This commit is contained in:
Besart Berisha
2020-11-20 16:30:43 +01:00
committed by GitHub
parent f5916260bd
commit b75a7f0c96

View File

@ -136,6 +136,7 @@ export interface GrafanaTheme extends GrafanaThemeCommons {
// New greys palette used by next-gen form elements
gray98: string;
gray97: string;
gray95: string;
gray90: string;
gray85: string;