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

10 lines
171 B
JavaScript
Raw Normal View History

2024-05-05 20:35:38 +00:00
export default {
root: {
background: '{content.background}',
color: '{text.color}'
},
subtitle: {
color: '{text.muted.color}'
}
};