mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Tokens for ScrollPanel
This commit is contained in:
parent
83eab20745
commit
cda6f133cc
3 changed files with 37 additions and 10 deletions
|
@ -1,13 +1,26 @@
|
|||
export default {
|
||||
root: {
|
||||
bar: {
|
||||
size: '9px',
|
||||
borderRadius: '{border.radius.xs}',
|
||||
focusRing: {
|
||||
width: '{focus.ring.width}',
|
||||
style: '{focus.ring.style}',
|
||||
color: '{focus.ring.color}',
|
||||
offset: '{focus.ring.offset}',
|
||||
shadow: '{focus.ring.shadow}'
|
||||
}
|
||||
}
|
||||
},
|
||||
colorScheme: {
|
||||
light: {
|
||||
bar: {
|
||||
background: '{surface.100}'
|
||||
background: '{surface.200}'
|
||||
}
|
||||
},
|
||||
dark: {
|
||||
bar: {
|
||||
background: '{surface.800}'
|
||||
background: '{surface.700}'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue