Theme: Use higher order theme color variables rather then is light/dark logic (#30939)

This commit is contained in:
Torkel Ödegaard
2021-02-06 18:01:22 +01:00
committed by GitHub
parent 3cfa8dad48
commit f081df0a4f
17 changed files with 46 additions and 354 deletions

View File

@ -129,7 +129,6 @@ export { StringArrayEditor } from './OptionsUI/strings';
export { NumberValueEditor } from './OptionsUI/number';
export { SliderValueEditor } from './OptionsUI/slider';
export { SelectValueEditor } from './OptionsUI/select';
export { FieldConfigItemHeaderTitle } from './FieldConfigs/FieldConfigItemHeaderTitle';
// Next-gen forms
export { Form } from './Forms/Form';