Skip to content

Commit 43efe5f

Browse files
committed
fix
1 parent 333c1d5 commit 43efe5f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/repl/src/lib/Input/Toolbox.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
background: url(./wrench-light.svg) no-repeat 50% 50%;
4848
background-size: contain;
4949
50-
:root.dark {
51-
background-image: url(./wrench-light.svg);
50+
:root.dark & {
51+
background-image: url(./wrench-dark.svg);
5252
}
5353
}
5454

packages/repl/src/lib/Input/wrench-light.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)