Tokens for Carousel

This commit is contained in:
Cagatay Civici 2024-05-13 12:27:09 +03:00
parent 7ba23e8e00
commit 547d0a31ec
3 changed files with 46 additions and 9 deletions

View file

@ -1,4 +1,22 @@
export default {
root: {
indicatorList: {
padding: '1rem',
gap: '0.5rem'
},
indicator: {
width: '2rem',
height: '0.5rem',
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: {
indicator: {