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

10 lines
171 B
JavaScript
Raw Normal View History

export default {
2024-05-04 11:47:06 +00:00
root: {
background: '{content.background}',
color: '{text.color}'
},
subtitle: {
color: '{text.muted.color}'
}
};