Skip to content

Commit 146c677

Browse files
authored
style: adjust scrollbar background for theme consistency (#949)
1 parent 820662c commit 146c677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pages/package/[...package].vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1343,7 +1343,7 @@ onKeyStroke(
13431343
13441344
.sidebar-scroll:hover::-webkit-scrollbar-thumb,
13451345
.sidebar-scroll:focus-within::-webkit-scrollbar-thumb {
1346-
background-color: #cecece;
1346+
background-color: var(--border);
13471347
border-radius: 9999px;
13481348
}
13491349

0 commit comments

Comments
 (0)