We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e919dc7 commit 80fe303Copy full SHA for 80fe303
packages/pro-layout/src/components/GlobalHeader/index.less
@@ -12,6 +12,7 @@
12
align-items: center;
13
height: 100%;
14
padding: 0 16px;
15
+ color: @text-color;
16
background: @pro-layout-header-bg;
17
box-shadow: @pro-layout-header-box-shadow;
18
> * {
packages/pro-layout/src/components/TopNavHeader/index.less
@@ -8,12 +8,14 @@
8
9
box-shadow: 0 1px 4px 0 rgba(0, 21, 41, 0.12);
10
transition: background 0.3s, width 0.2s;
11
+ color: @text-color-dark;
.@{ant-prefix}-menu {
background: transparent;
}
&.light {
19
background-color: @component-background;
20
.@{top-nav-header-prefix-cls}-logo {
21
h1 {
0 commit comments