add comment for empty style name assignment

This commit is contained in:
end-4
2025-12-29 18:37:55 +01:00
parent 953427692f
commit 61feb958ec
@@ -9,8 +9,9 @@ StyledText {
family: Appearance.font.family.expressive family: Appearance.font.family.expressive
pixelSize: 20 pixelSize: 20
weight: 350 weight: 350
variableAxes: ({}) // Set empty to prevent conflicts, not meaningless
styleName: "" styleName: ""
variableAxes: ({})
} }
style: Text.Raised style: Text.Raised
styleColor: Appearance.colors.colShadow styleColor: Appearance.colors.colShadow