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

26 lines
575 B
JavaScript
Raw Normal View History

export default {
2024-05-13 08:03:41 +00:00
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-05-11 13:25:48 +00:00
}
},
2024-02-20 20:46:42 +00:00
colorScheme: {
light: {
bar: {
background: '{surface.100}'
}
},
dark: {
bar: {
background: '{surface.800}'
}
}
}
};