Skip to content

Commit

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

export const colorNames = {
Expand All @@ -117,7 +116,6 @@ 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 4f792ae

Please sign in to comment.