22 lines
508 B
JavaScript
22 lines
508 B
JavaScript
export default {
|
|
root: {
|
|
transitionDuration: '{transition.duration}',
|
|
focusRing: {
|
|
width: '{focus.ring.width}',
|
|
style: '{focus.ring.style}',
|
|
color: '{focus.ring.color}',
|
|
offset: '{focus.ring.offset}',
|
|
shadow: '{focus.ring.shadow}'
|
|
}
|
|
},
|
|
value: {
|
|
background: '{primary.color}'
|
|
},
|
|
range: {
|
|
background: '{content.border.color}'
|
|
},
|
|
text: {
|
|
color: '{text.muted.color}'
|
|
}
|
|
};
|