Skip to content

Commit

Permalink
Merge branch 'main' into feat/#71_label
Browse files Browse the repository at this point in the history
  • Loading branch information
Ademsk1 committed Oct 27, 2023
2 parents 165313c + 43b9424 commit 184a9e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/component-issue-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ assignees: ''
- [ ] Create component
- [ ] Create Storybook demo
- [ ] Write Storybook docs
- [ ] Implement dark mode
1 change: 0 additions & 1 deletion .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const config: StorybookConfig = {
addons: [
'@storybook/addon-links',
'@storybook/addon-essentials',
'@storybook/addon-onboarding',
'@storybook/addon-interactions',
'storybook-tailwind-dark-mode'
],
Expand Down
2 changes: 2 additions & 0 deletions stories/Colors.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Base colours provide a full colour spectrum of dark to light hues, and are used
const color = colors[token];
return (
<ColorItem
key={index}
index={index}
title={`${token}`}
colors={color}
Expand All @@ -35,6 +36,7 @@ Base colours provide a full colour spectrum of dark to light hues, and are used
if (typeof color === 'object' && !colors[token]) {
return (
<ColorItem
key={index}
index={index}
title={`${token}`}
colors={color}
Expand Down

0 comments on commit 184a9e6

Please sign in to comment.