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

15 lines
245 B
JavaScript
Raw Normal View History

2024-03-25 18:57:56 +00:00
export default {
colorScheme: {
light: {
root: {
color: '{surface.400}'
}
},
dark: {
root: {
color: '{surface.400}'
}
}
}
};