mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Renamed border radius token
This commit is contained in:
parent
9edbd78948
commit
944e68d548
55 changed files with 134 additions and 134 deletions
|
@ -10,7 +10,7 @@ const theme = ({ dt }) => `
|
|||
.p-toast-message {
|
||||
backdrop-filter: blur(${dt('toast.blur')});
|
||||
margin: 0 0 1rem 0;
|
||||
border-radius: ${dt('rounded.base')};
|
||||
border-radius: ${dt('border.radius.md')};
|
||||
}
|
||||
|
||||
.p-toast-message-icon {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue