Fixed #6590 - Wrong token binding on inputtext
parent
0a3430cbc4
commit
2800cd55bf
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue