2024-04-01 11:33:13 +00:00
|
|
|
export default {
|
2024-05-25 08:18:55 +00:00
|
|
|
root: {
|
|
|
|
transitionDuration: '{form.field.transition.duration}'
|
|
|
|
},
|
2024-05-05 16:21:59 +00:00
|
|
|
value: {
|
|
|
|
background: '{primary.color}'
|
|
|
|
},
|
|
|
|
range: {
|
|
|
|
background: '{content.border.color}'
|
|
|
|
},
|
|
|
|
text: {
|
|
|
|
color: '{text.muted.color}'
|
2024-04-01 11:33:13 +00:00
|
|
|
}
|
|
|
|
};
|