Skip to content

Commit

Permalink
fix(pro:layout): logo title color theme var reference error (#1759)
Browse files Browse the repository at this point in the history
  • Loading branch information
sallerli1 committed Dec 11, 2023
1 parent f1bfb9c commit f44039d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pro/layout/style/light.less
Expand Up @@ -7,7 +7,7 @@
}

&-logo > a > h1 {
color: var(--ix-text-color-title);
color: var(--ix-color-text-title);
}

.@{menu-prefix}-inline {
Expand Down

0 comments on commit f44039d

Please sign in to comment.