Skip to content

Commit

Permalink
Add white color.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasbicus committed Nov 15, 2024
1 parent cc6477c commit c28d2f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/lib/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ export enum Colors {
Tan = '#D2B48C',
LightSlateGray = '#778899',
Burlywood = '#DEB887',
White = '#FFFFFF',
}

export const colorNames = {
Expand All @@ -116,6 +117,7 @@ export const colorNames = {
[Colors.Tan]: 'Tan',
[Colors.LightSlateGray]: 'Light slate gray',
[Colors.Burlywood]: 'Burlywood',
[Colors.White]: 'White',
};

export type SvgProps = {
Expand Down

0 comments on commit c28d2f7

Please sign in to comment.