Tokens for ScrollPanel

This commit is contained in:
Cagatay Civici 2024-05-11 16:25:48 +03:00
parent 83eab20745
commit cda6f133cc
3 changed files with 37 additions and 10 deletions

View file

@ -1,13 +1,26 @@
export default {
root: {
bar: {
size: '9px',
borderRadius: '{border.radius.xs}',
focusRing: {
width: '{focus.ring.width}',
style: '{focus.ring.style}',
color: '{focus.ring.color}',
offset: '{focus.ring.offset}',
shadow: '{focus.ring.shadow}'
}
}
},
colorScheme: {
light: {
bar: {
background: '{surface.100}'
background: '{surface.200}'
}
},
dark: {
bar: {
background: '{surface.800}'
background: '{surface.700}'
}
}
}