From 6482d43af0f0d12c2e71f4019ee74070bb3d8b0c Mon Sep 17 00:00:00 2001 From: Loewy Date: Wed, 31 Jan 2024 15:56:48 -0800 Subject: [PATCH] remove unused styles color --- styles.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/styles.ts b/styles.ts index 33e84de..f66ea23 100644 --- a/styles.ts +++ b/styles.ts @@ -2,7 +2,6 @@ // COLORS: // can be made more granular to specify utility (ex: fontColors vs backgroundColors) export const colors = { - bgColor: 'rgb(242, 242, 242)', bgBlack: '#121212', lightGrey: '#BFC2C8', themeBrown: '#D9AA84',