Skip to content

Commit

Permalink
👷 #28 - ci: attempt to make mobile snapshots working on Chromatic
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvandescheur committed Feb 19, 2024
1 parent 38589b4 commit 2fc3660
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .storybook/modes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ export const allModes = {
"light mobile": {
backgrounds: "light",
theme: "light",
viewport: "small",
viewport: {
width: 320,
height: 568,
},
},
"dark desktop": {
backgrounds: "dark",
Expand All @@ -17,6 +20,9 @@ export const allModes = {
"dark mobile": {
backgrounds: "dark",
theme: "dark",
viewport: "small",
viewport: {
width: 320,
height: 568,
},
},
};

0 comments on commit 2fc3660

Please sign in to comment.