Update knob tokens
parent
5577ff3cb3
commit
9247770451
|
@ -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}'
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue