2024-05-05 20:35:38 +00:00
|
|
|
export default {
|
|
|
|
root: {
|
2024-05-09 19:13:44 +00:00
|
|
|
background: '{content.border.color}',
|
|
|
|
borderRadius: '{content.border.radius}',
|
|
|
|
height: '1.5rem'
|
2024-05-05 20:35:38 +00:00
|
|
|
},
|
|
|
|
value: {
|
|
|
|
background: '{primary.color}'
|
|
|
|
},
|
|
|
|
label: {
|
2024-05-14 11:04:59 +00:00
|
|
|
color: '{primary.contrast.color}',
|
2024-05-09 19:13:44 +00:00
|
|
|
fontSize: '0.875rem',
|
|
|
|
fontWeight: '600'
|
2024-05-05 20:35:38 +00:00
|
|
|
}
|
|
|
|
};
|