mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Tokens for Carousel
This commit is contained in:
parent
7ba23e8e00
commit
547d0a31ec
3 changed files with 46 additions and 9 deletions
|
@ -1,4 +1,22 @@
|
|||
export default {
|
||||
root: {
|
||||
indicatorList: {
|
||||
padding: '1rem',
|
||||
gap: '0.5rem'
|
||||
},
|
||||
indicator: {
|
||||
width: '1rem',
|
||||
height: '1rem',
|
||||
borderRadius: '50',
|
||||
focusRing: {
|
||||
width: '{focus.ring.width}',
|
||||
style: '{focus.ring.style}',
|
||||
color: '{focus.ring.color}',
|
||||
offset: '{focus.ring.offset}',
|
||||
shadow: '{focus.ring.shadow}'
|
||||
}
|
||||
}
|
||||
},
|
||||
colorScheme: {
|
||||
light: {
|
||||
indicator: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue