Skip to content

Commit 522c690

Browse files
committed
Fix snapshot
1 parent 0b434cd commit 522c690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/sheet/src/snapshots/sheet__tests__theme_selector.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
source: libs/sheet/src/lib.rs
33
expression: sheet.create_css()
44
---
5-
":root[data-theme=dark] .test{margin-left:40px;margin-right:40px;}:root[data-theme=dark] .test{margin-top:40px;margin-bottom:40px;}:root[data-theme=light] .test{margin-left:50px;margin-right:50px;}"
5+
":root[data-theme=dark] .test{margin-top:40px;margin-bottom:40px;}:root[data-theme=dark] .test{margin-left:40px;margin-right:40px;}:root[data-theme=light] .test{margin-left:50px;margin-right:50px;}"

0 commit comments

Comments
 (0)