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

9 lines
147 B
JavaScript
Raw Normal View History

2024-05-05 20:35:38 +00:00
export default {
root: {
background: '{content.border.color}'
},
group: {
borderColor: '{content.background}'
}
};