mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Renamed border radius token
This commit is contained in:
parent
9edbd78948
commit
944e68d548
55 changed files with 134 additions and 134 deletions
|
@ -4,7 +4,7 @@ const theme = ({ dt }) => `
|
|||
.p-tree {
|
||||
background: ${dt('tree.background')};
|
||||
color: ${dt('tree.color')};
|
||||
border-radius: ${dt('rounded.base')};
|
||||
border-radius: ${dt('border.radius.md')};
|
||||
border: 0 none;
|
||||
padding: 1rem;
|
||||
}
|
||||
|
@ -31,7 +31,7 @@ const theme = ({ dt }) => `
|
|||
}
|
||||
|
||||
.p-tree-node-content {
|
||||
border-radius: ${dt('rounded.base')};
|
||||
border-radius: ${dt('border.radius.md')};
|
||||
padding: 0.25rem 0.5rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue