mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
9 lines
171 B
JavaScript
9 lines
171 B
JavaScript
export default {
|
|
root: {
|
|
background: '{content.background}',
|
|
color: '{text.color}'
|
|
},
|
|
subtitle: {
|
|
color: '{text.muted.color}'
|
|
}
|
|
};
|