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

28 lines
637 B
JavaScript
Raw Normal View History

export default {
2024-05-11 13:25:48 +00:00
root: {
bar: {
size: '9px',
borderRadius: '{border.radius.sm}',
focusRing: {
width: '{focus.ring.width}',
style: '{focus.ring.style}',
color: '{focus.ring.color}',
offset: '{focus.ring.offset}',
shadow: '{focus.ring.shadow}'
}
}
},
2024-02-20 20:46:42 +00:00
colorScheme: {
light: {
bar: {
background: '{surface.100}'
}
},
dark: {
bar: {
background: '{surface.800}'
}
}
}
};