Skip to content

Commit

Permalink
#125 add new color to unit tests (passing): enoki (#FAFBEF)
Browse files Browse the repository at this point in the history
  • Loading branch information
azurepolarbear committed Aug 8, 2024
1 parent 8c9bd4e commit 22a103c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/shared/palette-colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export const GREEN_HEXES: HexCollection = [
{ hexString: '#007058' },
{ hexString: '#0FFF4F' },
{ hexString: '#23856D' }

];

export const PINK_HEXES: HexCollection = [
Expand All @@ -79,6 +80,7 @@ export const RED_HEXES: HexCollection = [
];

export const WHITE_HEXES: HexCollection = [
{ hexString: '#FAFBEF' },
{ hexString: '#FAFEFF' },
{ hexString: '#FBF9F9' }
];

0 comments on commit 22a103c

Please sign in to comment.