Update knob tokens

pull/5701/head
Cagatay Civici 2024-05-05 19:21:59 +03:00
parent 5577ff3cb3
commit 9247770451
1 changed files with 8 additions and 23 deletions

View File

@ -1,26 +1,11 @@
export default {
colorScheme: {
light: {
value: {
background: '{primary.color}'
},
range: {
background: '{surface.200}'
},
text: {
color: '{surface.500}'
}
},
dark: {
value: {
background: '{primary.color}'
},
range: {
background: '{surface.700}'
},
text: {
color: '{surface.400}'
}
}
value: {
background: '{primary.color}'
},
range: {
background: '{content.border.color}'
},
text: {
color: '{text.muted.color}'
}
};