material symbol: also bold when filled

This commit is contained in:
end-4
2025-06-18 23:55:06 +02:00
parent ed5be0c2ac
commit 811a1ce6cb
@@ -12,6 +12,7 @@ Text {
hintingPreference: Font.PreferFullHinting
family: Appearance?.font.family.iconMaterial ?? "Material Symbols Rounded"
pixelSize: iconSize
weight: Font.Normal + (Font.DemiBold - Font.Normal) * fill
}
verticalAlignment: Text.AlignVCenter
color: Appearance.m3colors.m3onBackground