Border radius token for overlay

This commit is contained in:
Cagatay Civici 2024-05-07 12:53:26 +03:00
parent 4c0c3b8140
commit 3533e2d8be
5 changed files with 14 additions and 2 deletions

View file

@ -26,8 +26,9 @@ export default {
overlay: {
background: '{overlay.select.background}',
borderColor: '{overlay.select.border.color}',
borderRadius: '{overlay.select.border.radius}',
color: '{overlay.select.color}',
shadow: '{overlay.select.shadow}'
shadow: '{overlay.select.shadow}',
},
list: {
padding: '{list.padding}',