Skip to content

Commit 7291e47

Browse files
chore(header): update background color and add border to enhance header styling for better visibility and consistency
1 parent 4481819 commit 7291e47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/insights/src/components/Root/header.module.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
position: sticky;
55
top: 0;
66
width: 100%;
7-
background-color: theme.color("background", "nav-blur");
7+
background-color: theme.color("background", "primary");
8+
border-bottom: 1px solid theme.color("background", "secondary");
89
// TODO: This causes that navigation is not fixed
910
// backdrop-filter: blur(32px);
1011

0 commit comments

Comments
 (0)