Fixed #6590 - Wrong token binding on inputtext

pull/6596/head
Cagatay Civici 2024-10-16 11:59:31 +03:00
parent 0a3430cbc4
commit 2800cd55bf
1 changed files with 1 additions and 1 deletions

View File

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