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 { export default {
colorScheme: {
light: {
value: { value: {
background: '{primary.color}' background: '{primary.color}'
}, },
range: { range: {
background: '{surface.200}' background: '{content.border.color}'
}, },
text: { text: {
color: '{surface.500}' color: '{text.muted.color}'
}
},
dark: {
value: {
background: '{primary.color}'
},
range: {
background: '{surface.700}'
},
text: {
color: '{surface.400}'
}
}
} }
}; };