mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
New border tokens for toggle switch
This commit is contained in:
parent
d204f8d12a
commit
2b4936d7e4
4 changed files with 12 additions and 1 deletions
|
@ -14,6 +14,9 @@ export default {
|
|||
},
|
||||
borderWidth: '1px',
|
||||
borderColor: 'transparent',
|
||||
hoverBorderColor: 'transparent',
|
||||
checkedBorderColor: 'transparent',
|
||||
checkedHoverBorderColor: 'transparent',
|
||||
invalidBorderColor: '{form.field.invalid.border.color}',
|
||||
transitionDuration: '{form.field.transition.duration}',
|
||||
slideDuration: '0.2s'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue