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

17 lines
331 B
JavaScript
Raw Normal View History

export default {
2024-02-20 20:46:42 +00:00
colorScheme: {
light: {
root: {
background: '{surface.700}',
2024-03-12 12:07:51 +00:00
color: '{surface.0}'
2024-02-20 20:46:42 +00:00
}
},
dark: {
root: {
background: '{surface.700}',
2024-03-12 12:07:51 +00:00
color: '{surface.0}'
}
}
}
};