Update tokens of Popover

This commit is contained in:
Cagatay Civici 2024-05-09 13:18:00 +03:00
parent 97a1d8eb47
commit e7853c5f70
3 changed files with 32 additions and 18 deletions

View file

@ -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'
};