Skip to content

Commit 5ee9e43

Browse files
authored
Add XS snapshots for dark mode (#5053)
* Add xs dark snapshots Signed-off-by: Olga Bulat <obulat@gmail.com> * Add xs storybook dark snapshots Signed-off-by: Olga Bulat <obulat@gmail.com> --------- Signed-off-by: Olga Bulat <obulat@gmail.com>
1 parent c0ead60 commit 5ee9e43

File tree

69 files changed

+2
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+2
-1
lines changed

frontend/test/playwright/utils/breakpoints.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ const makeBreakpointDescribe =
9797
snapshotName.includes("-2xl") ||
9898
snapshotName.includes("-xl") ||
9999
snapshotName.includes("-lg") ||
100-
snapshotName.includes("-sm"),
100+
snapshotName.includes("-sm") ||
101+
snapshotName.includes("-xs"),
101102
})
102103
}
103104

0 commit comments

Comments
 (0)