mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
8 lines
107 B
JavaScript
8 lines
107 B
JavaScript
export default {
|
|
root: {
|
|
gap: '1.125rem'
|
|
},
|
|
controls: {
|
|
gap: '0.5rem'
|
|
}
|
|
};
|