Skip to content

Commit

Permalink
Feat - add new color fro Icon
Browse files Browse the repository at this point in the history
  • Loading branch information
rhannachi committed Jul 23, 2023
1 parent 7f08f3f commit 04944ee
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v1.1.4 (Sat Jul 23 2023)

- add new colors for `Icon`.

#### Authors: 1

# v1.1.3 (Sat Jul 22 2023)

- Update CI to automatically integrate releases.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rhannachi/components",
"author": "rhannachi",
"version": "1.1.3",
"version": "1.1.4",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down
1 change: 1 addition & 0 deletions src/atoms/Icon/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export type IconType = (typeof ICONS)[number]

/* COLORS */
export const COLORS_ICON = [
'fill-emerald-500',
'fill-gray-200',
'fill-gray-300',
'fill-gray-400',
Expand Down

0 comments on commit 04944ee

Please sign in to comment.