mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
10 lines
262 B
JavaScript
10 lines
262 B
JavaScript
export default {
|
|
root: {
|
|
background: '{content.background}',
|
|
borderColor: '{content.border.color}',
|
|
borderRadius: '{content.border.radius}',
|
|
color: '{content.color}',
|
|
gap: '0.5rem',
|
|
padding: '0.75rem'
|
|
}
|
|
};
|