mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Border radius token for overlay
This commit is contained in:
parent
4c0c3b8140
commit
3533e2d8be
5 changed files with 14 additions and 2 deletions
|
@ -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')};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue