fix(floatlabel): correct font.weight style key weight for active label

pull/7131/head
Damian Celmer 2025-01-22 11:09:07 +01:00
parent a77e375e4f
commit 89c46a3b0d
1 changed files with 1 additions and 1 deletions

View File

@ -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,