Skip to content

Commit bb4e00a

Browse files
fix(navigaiton-bar): change background color (#518)
Co-authored-by: Dmitriy Potychkin <dmitriy.traceable.ai> Co-authored-by: Aaron Steinfeld <[email protected]>
1 parent aa6176f commit bb4e00a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/components/src/header/application/application-header.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
width: 100%;
66
// Height set from config
77
display: flex;
8-
background: $blue-9;
8+
background: $gray-7;
99
padding: 12px 0;
1010
color: white;
1111

0 commit comments

Comments
 (0)