Skip to content

Commit 12a4601

Browse files
author
Jakub Jankowski
authored
fix: dark mode validations (#147)
* fix: dark mode validations * test: update snapshots
1 parent 9893a2f commit 12a4601

File tree

6 files changed

+123
-129
lines changed

6 files changed

+123
-129
lines changed

src/__stories__/_styles.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,3 @@
66
'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
77
border: 1px dotted #bbb; // to visualize component boundaries
88
}
9-
10-
#root > div > div > div {
11-
background-color: #f8f8fb; // to visualize component boundaries
12-
}

0 commit comments

Comments
 (0)