New tokens for Checkbox

This commit is contained in:
Cagatay Civici 2024-05-07 11:33:44 +03:00
parent ee5843c315
commit fc2a466b02
6 changed files with 38 additions and 13 deletions

View file

@ -36,7 +36,7 @@ const theme = ({ dt }) => `
}
.p-inputtext.p-variant-filled:enabled:focus {
background-color: ${dt('inputtext.filled.focus.background')};
background: ${dt('inputtext.filled.focus.background')};
}
.p-inputtext:disabled {