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

@ -77,7 +77,7 @@ const theme = ({ dt }) => `
background: ${dt('autocomplete.overlay.background')};
color: ${dt('autocomplete.overlay.color')};
border: 1px solid ${dt('autocomplete.overlay.border.color')};
border-radius: ${dt('border.radius.md')};
border-radius: ${dt('autocomplete.overlay.border.radius')};
box-shadow: ${dt('autocomplete.overlay.shadow')};
}