Skip to content

Commit

Permalink
Merge pull request #6295 from valadas/styles-prefix-dnn
Browse files Browse the repository at this point in the history
Fixed a typo (missing prefix) for variation-opacity
  • Loading branch information
mitchelsellers authored Jan 28, 2025
2 parents fa1aee1 + b351b63 commit e290d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DNN Platform/Library/Entities/Portals/PortalStyles.cs
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ public override string ToString()
--dnn-controls-radius: {{this.ControlsRadius}}px;
--dnn-controls-padding: {{this.ControlsPadding}}px;
--dnn-base-font-size: {{this.BaseFontSize}}px;
--variation-opacity: {{this.VariationOpacity}};
--dnn-variation-opacity: {{this.VariationOpacity}};
}
""";
}
Expand Down

0 comments on commit e290d8b

Please sign in to comment.