fix(floatlabel): correct font.weight style key weight for active label
parent
a77e375e4f
commit
89c46a3b0d
|
@ -43,7 +43,7 @@ const theme = ({ dt }) => `
|
|||
top: ${dt('floatlabel.over.active.top')};
|
||||
transform: translateY(0);
|
||||
font-size: ${dt('floatlabel.active.font.size')};
|
||||
font-weight: ${dt('floatlabel.label.active.font.weight')};
|
||||
font-weight: ${dt('floatlabel.active.font.weight')};
|
||||
}
|
||||
|
||||
.p-floatlabel:has(input.p-filled) label,
|
||||
|
|
Loading…
Reference in New Issue