Renamed border radius token

This commit is contained in:
Cagatay Civici 2024-05-07 00:18:22 +03:00
parent 9edbd78948
commit 944e68d548
55 changed files with 134 additions and 134 deletions

View file

@ -7,7 +7,7 @@ const theme = ({ dt }) => `
border: 0 none;
height: 1.25rem;
background: ${dt('progressbar.background')};
border-radius: ${dt('rounded.base')};
border-radius: ${dt('border.radius.md')};
}
.p-progressbar-value {