primevue-mirror/components/lib/themes/primeone/presets/aura/chip/index.js

17 lines
333 B
JavaScript

export default {
colorScheme: {
light: {
root: {
background: '{surface.100}',
color: '{surface.800}'
}
},
dark: {
root: {
background: '{surface.700}',
color: '{surface.0}'
}
}
}
};