Tokens for Chip

This commit is contained in:
Cagatay Civici 2024-05-09 21:55:56 +03:00
parent 6b84e29b96
commit 4654a8d0af
3 changed files with 43 additions and 4 deletions

View file

@ -9,8 +9,10 @@ export default {
width: '2rem',
height: '2rem'
},
icon: {
size: '1rem'
},
removeIcon: {
borderRadius: '{content.border.radius}',
focusRing: {
width: '{focus.ring.width}',
style: '{focus.ring.style}',
@ -24,12 +26,24 @@ export default {
root: {
background: '{surface.100}',
color: '{surface.800}'
},
icon: {
color: '{surface.800}'
},
removeIcon: {
color: '{surface.800}'
}
},
dark: {
root: {
background: '{surface.700}',
color: '{surface.0}'
},
icon: {
color: '{surface.0}'
},
removeIcon: {
color: '{surfaec.0}'
}
}
}