mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
8 lines
135 B
JavaScript
8 lines
135 B
JavaScript
export default {
|
|
root: {
|
|
outline: {
|
|
width: '2px',
|
|
color: '{content.background}'
|
|
}
|
|
}
|
|
};
|