Skip to content

Commit 53e3199

Browse files
committed
Fix CI error
1 parent dad14c0 commit 53e3199

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/components/panels/Layers.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@
566566
567567
// Dimming
568568
&:hover {
569-
background: var(--color-4-dimgray);
569+
background: var(--color-4-dimgray);
570570
}
571571
572572
&.selected {

0 commit comments

Comments
 (0)