mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
15 lines
335 B
JavaScript
15 lines
335 B
JavaScript
export default {
|
|
root: {
|
|
background: '{content.border.color}',
|
|
borderRadius: '{content.border.radius}',
|
|
height: '1.5rem'
|
|
},
|
|
value: {
|
|
background: '{primary.color}'
|
|
},
|
|
label: {
|
|
color: '{primary.contrast.color}',
|
|
fontSize: '0.875rem',
|
|
fontWeight: '600'
|
|
}
|
|
};
|