Merge pull request #7131 from dec87/master

fix(floatlabel): correct font.weight style key weight for active label
pull/7140/head
Tuğçe Küçükoğlu 2025-01-24 11:47:41 +03:00 committed by GitHub
commit 1babaf4f4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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,