mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Refactored tokens of Data components
This commit is contained in:
parent
0d488b1ba9
commit
c617766c77
14 changed files with 227 additions and 431 deletions
|
@ -49,10 +49,10 @@ const theme = ({ dt }) => `
|
|||
width: 1.5rem;
|
||||
height: 1.5rem;
|
||||
text-decoration: none;
|
||||
background: ${dt('organizationchart.toggle.icon.background')};
|
||||
color: ${dt('organizationchart.toggle.icon.color')};
|
||||
background: ${dt('organizationchart.node.toggle.button.background')};
|
||||
color: ${dt('organizationchart.node.toggle.button.color')};
|
||||
border-radius: 50%;
|
||||
border: 1px solid ${dt('organizationchart.toggle.icon.border.color')};
|
||||
border: 1px solid ${dt('organizationchart.node.toggle.button.border.color')};
|
||||
display: inline-flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue