primevue-mirror/components/lib/themes/lara/inplace/index.js

17 lines
359 B
JavaScript
Raw Normal View History

2024-05-05 20:35:38 +00:00
export default {
colorScheme: {
light: {
display: {
hoverBackground: '{surface.100}',
hoverColor: '{surface.800}'
}
},
dark: {
display: {
hoverBackground: '{surface.800}',
hoverColor: '{surface.0}'
}
}
}
};