mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Tokens for Chip
This commit is contained in:
parent
62946a081d
commit
6b84e29b96
3 changed files with 57 additions and 16 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue