mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Update tokens of Popover
This commit is contained in:
parent
97a1d8eb47
commit
e7853c5f70
3 changed files with 32 additions and 18 deletions
|
@ -1,7 +1,14 @@
|
|||
export default {
|
||||
root: {
|
||||
background: '{content.background}',
|
||||
borderColor: '{content.border.color}',
|
||||
color: '{content.color}'
|
||||
}
|
||||
background: '{overlay.popover.background}',
|
||||
borderColor: '{overlay.popover.border.color}',
|
||||
color: '{overlay.popover.color}',
|
||||
borderRadius: '{overlay.popover.border.radius}',
|
||||
shadow: '{overlay.popover.shadow}',
|
||||
gutter: '10px'
|
||||
},
|
||||
content: {
|
||||
padding: '{overlay.popover.padding}'
|
||||
},
|
||||
arrowOffset: '1.25rem'
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue