Skip to content

Commit 5cddc4b

Browse files
committed
fix: update background color of side panel handle for better visibility
1 parent 3b41595 commit 5cddc4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/common/SidePanel/SidePanel.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.aside-drag {
22
&__handle {
33
height: 32px;
4-
background-color: var(--white-40);
4+
background-color: var(--white-60);
55
transition: all 0.2s;
66
}
77

0 commit comments

Comments
 (0)