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

18 lines
469 B
JavaScript
Raw Normal View History

export default {
2024-05-04 11:47:06 +00:00
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}'
}
};