Skip to content

Commit 34cb370

Browse files
authored
fix(layout): set header background color on host element (#1823)
1 parent a7b55da commit 34cb370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/framework/theme/components/layout/_layout.component.theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,14 +177,14 @@
177177
}
178178

179179
nb-layout-header {
180+
background-color: nb-theme(header-background-color);
180181
color: nb-theme(header-text-color);
181182
font-family: nb-theme(header-text-font-family);
182183
font-size: nb-theme(header-text-font-size);
183184
font-weight: nb-theme(header-text-font-weight);
184185
line-height: nb-theme(header-text-line-height);
185186

186187
nav {
187-
background: nb-theme(header-background-color);
188188
color: nb-theme(header-text-color);
189189
box-shadow: nb-theme(header-shadow);
190190
height: nb-theme(header-height);

0 commit comments

Comments
 (0)