mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 22:58:35 +08:00
Theme: Add missing color type (#29265)
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user