Tokens for Chip

This commit is contained in:
Cagatay Civici 2024-05-09 21:49:49 +03:00
parent 62946a081d
commit 6b84e29b96
3 changed files with 57 additions and 16 deletions

View file

@ -1,4 +1,24 @@
export default {
root: {
borderRadius: '16px',
paddingX: '0.75rem',
paddingY: '0.5rem',
gap: '0.5rem'
},
image: {
width: '2rem',
height: '2rem'
},
removeIcon: {
borderRadius: '{content.border.radius}',
focusRing: {
width: '{focus.ring.width}',
style: '{focus.ring.style}',
color: '{focus.ring.color}',
offset: '{focus.ring.offset}',
shadow: '{form.field.focus.ring.shadow}'
}
},
colorScheme: {
light: {
root: {