primevue-mirror/components/lib/themes/aura/scrolltop/index.js

21 lines
523 B
JavaScript

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