mirror of https://github.com/mastodon/mastodon
Set up modes for Chromatic (#37586)
parent
de63b61943
commit
ad735d350c
@ -0,0 +1,8 @@
|
||||
export const modes = {
|
||||
darkTheme: {
|
||||
theme: 'dark',
|
||||
},
|
||||
lightTheme: {
|
||||
theme: 'light',
|
||||
},
|
||||
} as const;
|
||||
Loading…
Reference in New Issue