We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7e7fd4 commit 97f5ef9Copy full SHA for 97f5ef9
.storybook/modes/index.js
@@ -12,23 +12,24 @@
12
*/
13
14
const modes = {
15
- "Context: Spectrum 1": {
16
- scale: "medium",
+ "Light | LTR": {
17
color: "light",
18
textDirection: "ltr",
19
- context: "legacy",
20
- },
21
- "Context: Express": {
22
23
- color: "light",
24
- textDirection: "ltr",
25
- context: "express",
26
},
27
"Dark | RTL": {
28
29
color: "dark",
30
textDirection: "rtl",
31
+ "S1 | Light | LTR": {
+ context: "legacy",
+ color: "light",
+ textDirection: "ltr",
+ },
+ "Express | Light | LTR": {
+ context: "express",
32
33
};
34
35
export default modes;
0 commit comments