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

19 lines
420 B
JavaScript
Raw Normal View History

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