We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4481819 commit 7291e47Copy full SHA for 7291e47
apps/insights/src/components/Root/header.module.scss
@@ -4,7 +4,8 @@
4
position: sticky;
5
top: 0;
6
width: 100%;
7
- background-color: theme.color("background", "nav-blur");
+ background-color: theme.color("background", "primary");
8
+ border-bottom: 1px solid theme.color("background", "secondary");
9
// TODO: This causes that navigation is not fixed
10
// backdrop-filter: blur(32px);
11
0 commit comments