Skip to content

Commit d82bfad

Browse files
committed
Fix color page
1 parent 6142e11 commit d82bfad

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/stories/colour.stories.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ Full palletes back the main colours and are keyed with `50, 100, 200, 300, 400,
2929
Click to copy color to clipboard.
3030

3131
<ThemeProvider>
32-
<Colors name="brand" colors={theme.palettes.brand} />
33-
<Colors name="primary" colors={theme.palettes.primary} />
34-
<Colors name="secondary" colors={theme.palettes.secondary} />
35-
<Colors name="error" colors={theme.palettes.error} />
36-
<Colors name="warning" colors={theme.palettes.warning} />
37-
<Colors name="success" colors={theme.palettes.success} />
38-
<Colors name="info" colors={theme.palettes.info} />
39-
<Colors name="neutrals" colors={theme.palettes.neutral} />
32+
<Colors name="brand" colors={theme.defaultPaletteColors.brand} />
33+
<Colors name="primary" colors={theme.defaultPaletteColors.primary} />
34+
<Colors name="secondary" colors={theme.defaultPaletteColors.secondary} />
35+
<Colors name="error" colors={theme.defaultPaletteColors.error} />
36+
<Colors name="warning" colors={theme.defaultPaletteColors.warning} />
37+
<Colors name="success" colors={theme.defaultPaletteColors.success} />
38+
<Colors name="info" colors={theme.defaultPaletteColors.info} />
39+
<Colors name="neutrals" colors={theme.defaultPaletteColors.neutral} />
4040
</ThemeProvider>
4141

4242
## Colours

0 commit comments

Comments
 (0)