Calculations for the icon field inputs

This commit is contained in:
Cagatay Civici 2024-05-08 10:32:33 +03:00
parent 7b3d8d467b
commit c493f0d22a
5 changed files with 11 additions and 11 deletions

View file

@ -151,16 +151,16 @@ const theme = ({ dt }) => `
}
.p-text-secondary {
color: #64748b;
color: ${dt('text.muted.color')};
}
.pi {
font-size: 1rem;
font-size: ${dt('icon.size')};
}
.p-icon {
width: 1rem;
height: 1rem;
width: ${dt('icon.size')};
height: ${dt('icon.size')};
}
.p-link {