Skip to content

Commit

Permalink
improve unity version condition
Browse files Browse the repository at this point in the history
  • Loading branch information
KurtGokhan committed Nov 11, 2023
1 parent e73a927 commit b19c3eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,10 @@ protected override void ApplyStylesSelf()
TargetElement.style.backgroundPositionY = StylingHelpers.GetStyleBackgroundPosition(computed, StyleProperties.backgroundPositionY);
TargetElement.style.backgroundSize = StylingHelpers.GetStyleBackgroundSize(computed, StyleProperties.backgroundSize);
TargetElement.style.backgroundRepeat = StylingHelpers.GetStyleBackgroundRepeat(computed, StyleProperties.backgroundRepeatX, StyleProperties.backgroundRepeatY);
#endif

TargetElement.style.letterSpacing = StylingHelpers.GetStyleFloat(computed, StyleProperties.letterSpacing).value;
TargetElement.style.wordSpacing = StylingHelpers.GetStyleFloat(computed, StyleProperties.wordSpacing).value;
#endif

if (computed.HasValue(StyleProperties.backgroundImage))
{
Expand Down

0 comments on commit b19c3eb

Please sign in to comment.