primevue-mirror/components/lib/themes/lara/splitter/index.js

35 lines
852 B
JavaScript

export default {
root: {
background: '{content.background}',
borderColor: '{content.border.color}',
color: '{content.color}',
transitionDuration: '{transition.duration}'
},
gutter: {
background: '{content.border.color}'
},
handle: {
size: '24px',
borderRadius: '{content.border.radius}',
focusRing: {
width: '{focus.ring.width}',
style: '{focus.ring.style}',
color: '{focus.ring.color}',
offset: '{focus.ring.offset}',
shadow: '{focus.ring.shadow}'
}
},
colorScheme: {
light: {
handle: {
background: '{surface.400}'
}
},
dark: {
handle: {
background: '{surface.600}'
}
}
}
};