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

25 lines
606 B
JavaScript
Raw Normal View History

export default {
variables: {
colorScheme: {
light: {
root: {
background: '{surface.0}',
textColor: '{surface.700}'
},
subtitle: {
textColor: '{surface.500}'
}
},
dark: {
root: {
background: '{surface.900}',
textColor: '{surface.0}'
},
subtitle: {
textColor: '{surface.400}'
}
}
}
}
};