Skip to content

Commit 8c062af

Browse files
committed
fix: dropdown arrow bg
1 parent cd96fca commit 8c062af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/drop.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
.drop-arrow::before {
144144
content: '';
145145
transform: rotate(45deg);
146-
background: hsl(var(--color-neutral-200));
146+
background: hsl(var(--color-neutral-85));
147147
148148
body.theme-light & {
149149
background: hsl(var(--color-neutral-10));

0 commit comments

Comments
 (0)