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

17 lines
359 B
JavaScript
Raw Normal View History

export default {
2024-02-20 20:46:42 +00:00
colorScheme: {
light: {
display: {
2024-03-12 10:07:36 +00:00
hoverBackground: '{surface.100}',
hoverColor: '{surface.800}'
2024-02-20 20:46:42 +00:00
}
},
dark: {
display: {
2024-03-12 10:07:36 +00:00
hoverBackground: '{surface.800}',
hoverColor: '{surface.0}'
}
}
}
};