mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Forms: introduce checkbox (#20701)
* introduce checkbox theme variables * Add checkbox component * Style tweaks * Namespace form styles returned from getFormStyles * Name fix
This commit is contained in:
@@ -237,6 +237,10 @@ export interface GrafanaTheme extends GrafanaThemeCommons {
|
||||
formSwitchBgHover: string;
|
||||
formSwitchBgDisabled: string;
|
||||
formSwitchDot: string;
|
||||
formCheckboxBg: string;
|
||||
formCheckboxBgChecked: string;
|
||||
formCheckboxBgCheckedHover: string;
|
||||
formCheckboxCheckmark: string;
|
||||
};
|
||||
shadow: {
|
||||
pageHeader: string;
|
||||
|
Reference in New Issue
Block a user