Refactored tokens of Misc

This commit is contained in:
Cagatay Civici 2024-05-04 15:12:43 +03:00
parent 4bdc38e892
commit a20948c218
11 changed files with 39 additions and 126 deletions

View file

@ -1,14 +1,7 @@
export default {
colorScheme: {
light: {
background: '{surface.0}',
borderColor: '{surface.300}',
color: '{surface.700}'
},
dark: {
background: '{surface.950}',
borderColor: '{surface.700}',
color: '{surface.0}'
}
root: {
background: '{form.field.background}',
borderColor: '{form.field.border.color}',
color: '{form.field.color}'
}
};