Skip to content

Commit

Permalink
fix: code to use @html-selector variable (#35186)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdrumgod committed Apr 23, 2022
1 parent 2d654bf commit 68b2344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/style/themes/variable.less
Expand Up @@ -9,7 +9,7 @@
// An override for the html selector for theme prefixes
@html-selector: html;

html {
@{html-selector} {
@base-primary: @blue-6;

// ========= Primary Color =========
Expand Down

0 comments on commit 68b2344

Please sign in to comment.