mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Renamed border radius token
This commit is contained in:
parent
9edbd78948
commit
944e68d548
55 changed files with 134 additions and 134 deletions
|
@ -6,7 +6,7 @@ const theme = ({ dt }) => `
|
|||
flex-wrap: nowrap;
|
||||
border: 1px solid ${dt('splitter.border.color')};
|
||||
background: ${dt('splitter.background')};
|
||||
border-radius: ${dt('rounded.base')};
|
||||
border-radius: ${dt('border.radius.md')};
|
||||
color: ${dt('splitter.color')};
|
||||
}
|
||||
|
||||
|
@ -25,7 +25,7 @@ const theme = ({ dt }) => `
|
|||
}
|
||||
|
||||
.p-splitter-gutter-handle {
|
||||
border-radius: ${dt('rounded.base')};
|
||||
border-radius: ${dt('border.radius.md')};
|
||||
background: transparent;
|
||||
transition: outline-color ${dt('transition.duration')};
|
||||
outline-color: transparent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue