Refactored Slider tokens
parent
3d02c40974
commit
87b6b38f8c
|
@ -1,29 +1,23 @@
|
||||||
export default {
|
export default {
|
||||||
|
track: {
|
||||||
|
background: '{content.border.color}'
|
||||||
|
},
|
||||||
|
range: {
|
||||||
|
background: '{primary.color}'
|
||||||
|
},
|
||||||
|
handle: {
|
||||||
|
background: '{content.border.color}',
|
||||||
|
hoverBackground: '{content.border.color}'
|
||||||
|
},
|
||||||
colorScheme: {
|
colorScheme: {
|
||||||
light: {
|
light: {
|
||||||
track: {
|
|
||||||
background: '{surface.200}'
|
|
||||||
},
|
|
||||||
handle: {
|
handle: {
|
||||||
background: '{surface.200}',
|
|
||||||
hoverBackground: '{surface.200}',
|
|
||||||
contentBackground: '{surface.0}'
|
contentBackground: '{surface.0}'
|
||||||
},
|
|
||||||
range: {
|
|
||||||
background: '{primary.color}'
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
dark: {
|
dark: {
|
||||||
track: {
|
|
||||||
background: '{surface.700}'
|
|
||||||
},
|
|
||||||
handle: {
|
handle: {
|
||||||
background: '{surface.700}',
|
|
||||||
hoverBackground: '{surface.700}',
|
|
||||||
contentBackground: '{surface.950}'
|
contentBackground: '{surface.950}'
|
||||||
},
|
|
||||||
range: {
|
|
||||||
background: '{primary.color}'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue