Skip to content

Commit bf800d0

Browse files
committed
refactor: update menu style
1 parent 35aa27a commit bf800d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

client/src/components/Header/index.module.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,17 +137,18 @@ $height: 64px;
137137
}
138138

139139
.menuWrapper {
140-
background: transparent;
141140
border: none;
142141
display: flex;
143142
align-items: flex-end;
144143
min-width: 80px;
145144
width: 100%;
146145
height: 100%;
146+
background-color: var(--bg-box);
147147
.menu {
148148
width: 100%;
149149
background-color: var(--bg-box);
150150
height: calc(100% - 12px);
151+
border: none;
151152
}
152153
}
153154

0 commit comments

Comments
 (0)