Refactored editor tokens

This commit is contained in:
Cagatay Civici 2024-05-05 19:14:09 +03:00
parent 3920dc14f5
commit 41307e7062
3 changed files with 26 additions and 65 deletions

View file

@ -9,7 +9,7 @@ const theme = ({ dt }) => `
position: absolute;
top: 50%;
margin-top: -.5rem;
color: ${dt('iconfield.color')};
color: ${dt('iconfield.icon.color')};
}
.p-iconfield .p-inputicon:first-child {