primevue-mirror/components/lib/themes/primeone/presets/aura/avatar/index.js

19 lines
424 B
JavaScript
Raw Normal View History

export default {
variables: {
colorScheme: {
light: {
root: {
background: '{surface.200}',
borderColor: '{surface.0}'
}
},
dark: {
root: {
background: '{surface.700}',
borderColor: '{surface.900}'
}
}
}
}
};