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

21 lines
525 B
JavaScript

export default {
colorScheme: {
light: {
item: {
background: '{surface.100}',
hoverBackground: '{surface.200}',
color: '{surface.600}',
hoverColor: '{surface.700}'
}
},
dark: {
item: {
background: '{surface.800}',
hoverBackground: '{surface.700}',
color: '{surface.300}',
hoverColor: '{surface.200}'
}
}
}
};