primevue-mirror/components/lib/themes/lara/fieldset/index.js

18 lines
469 B
JavaScript
Raw Normal View History

2024-05-05 20:35:38 +00:00
export default {
root: {
background: '{content.background}',
borderColor: '{content.border.color}',
color: '{content.color}'
},
legend: {
background: '{content.background}',
color: '{content.color}',
hoverBackground: '{content.hover.background}',
hoverColor: '{content.hover.color}'
},
toggleIcon: {
color: '{text.muted.color}',
hoverColor: '{text.hover.muted.color}'
}
};