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

25 lines
582 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'
},
colorScheme: {
light: {
root: {
background: '{surface.100}',
color: '{content.color}'
}
},
dark: {
root: {
background: '{surface.800}',
color: '{content.color}'
}
}
}
};