Skip to content

Commit

Permalink
fix(color-generator): add missing dark color (#3279)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandyscarney committed Dec 1, 2023
1 parent 67d9d45 commit 40ad4df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/page/theming/ColorGenerator/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ const ColorGenerator = (props) => {
success: generateColor('#2dd36f'),
warning: generateColor('#ffc409'),
danger: generateColor('#eb445a'),
medium: generateColor('#92949c'),
light: generateColor('#f4f5f8'),
medium: generateColor('#92949c'),
dark: generateColor('#222428'),
});

const [activeColor, setActiveColor] = useState(null);
Expand Down

1 comment on commit 40ad4df

@vercel
Copy link

@vercel vercel bot commented on 40ad4df Dec 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ionic-docs – ./

ionic-docs-git-main-ionic1.vercel.app
ionic-docs-gqykycf8t.vercel.app
ionic-docs-ionic1.vercel.app

Please sign in to comment.