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

17 lines
359 B
JavaScript

export default {
colorScheme: {
light: {
display: {
hoverBackground: '{surface.100}',
hoverColor: '{surface.800}'
}
},
dark: {
display: {
hoverBackground: '{surface.800}',
hoverColor: '{surface.0}'
}
}
}
};