mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
16 lines
359 B
JavaScript
16 lines
359 B
JavaScript
export default {
|
|
colorScheme: {
|
|
light: {
|
|
display: {
|
|
hoverBackground: '{surface.100}',
|
|
hoverColor: '{surface.800}'
|
|
}
|
|
},
|
|
dark: {
|
|
display: {
|
|
hoverBackground: '{surface.800}',
|
|
hoverColor: '{surface.0}'
|
|
}
|
|
}
|
|
}
|
|
};
|