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
|
@ -15,7 +15,7 @@ const theme = ({ dt }) => `
|
|||
height: 1.5rem;
|
||||
padding: 0;
|
||||
border: 0 none;
|
||||
border-radius: ${dt('rounded.base')};
|
||||
border-radius: ${dt('border.radius.md')};
|
||||
transition: outline-color ${dt('transition.duration')};
|
||||
outline-color: transparent;
|
||||
cursor: pointer;
|
||||
|
@ -29,7 +29,7 @@ const theme = ({ dt }) => `
|
|||
.p-colorpicker-panel {
|
||||
background: ${dt('colorpicker.panel.background')};
|
||||
border: 1px solid ${dt('colorpicker.panel.border.color')};
|
||||
border-radius: ${dt('rounded.base')};
|
||||
border-radius: ${dt('border.radius.md')};
|
||||
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
|
||||
width: 193px;
|
||||
height: 166px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue