SelectButton visuals

This commit is contained in:
Cagatay Civici 2024-05-15 10:57:21 +03:00
parent 2f3fdbd5b6
commit 04d0298ae9
6 changed files with 18 additions and 7 deletions

View file

@ -10,7 +10,7 @@ export default {
hoverColor: '{form.field.color}',
checkedBackground: '{highlight.background}',
checkedColor: '{highlight.color}',
checkedBorderColor: '{highlight.focus.background}',
checkedBorderColor: '{form.field.border.color}',
disabledBackground: '{form.field.disabled.background}',
disabledBorderColor: '{form.field.disabled.background}',
disabledColor: '{form.field.disabled.color}',