From 4f792ae2edb0dcaf345d70ba09fcf1b906f6bae1 Mon Sep 17 00:00:00 2001 From: lukasbicus Date: Fri, 15 Nov 2024 13:36:18 +0100 Subject: [PATCH] Remove white color. --- app/lib/shared.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/lib/shared.ts b/app/lib/shared.ts index 84bb72f..894126e 100644 --- a/app/lib/shared.ts +++ b/app/lib/shared.ts @@ -98,7 +98,6 @@ export enum Colors { Tan = '#D2B48C', LightSlateGray = '#778899', Burlywood = '#DEB887', - White = '#FFFFFF', } export const colorNames = { @@ -117,7 +116,6 @@ export const colorNames = { [Colors.Tan]: 'Tan', [Colors.LightSlateGray]: 'Light slate gray', [Colors.Burlywood]: 'Burlywood', - [Colors.White]: 'White', }; export type SvgProps = {