Update knob tokens
parent
5577ff3cb3
commit
9247770451
|
@ -1,26 +1,11 @@
|
||||||
export default {
|
export default {
|
||||||
colorScheme: {
|
value: {
|
||||||
light: {
|
background: '{primary.color}'
|
||||||
value: {
|
},
|
||||||
background: '{primary.color}'
|
range: {
|
||||||
},
|
background: '{content.border.color}'
|
||||||
range: {
|
},
|
||||||
background: '{surface.200}'
|
text: {
|
||||||
},
|
color: '{text.muted.color}'
|
||||||
text: {
|
|
||||||
color: '{surface.500}'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
dark: {
|
|
||||||
value: {
|
|
||||||
background: '{primary.color}'
|
|
||||||
},
|
|
||||||
range: {
|
|
||||||
background: '{surface.700}'
|
|
||||||
},
|
|
||||||
text: {
|
|
||||||
color: '{surface.400}'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue