From 08463222e580821674bffd1583b28410e7047cc6 Mon Sep 17 00:00:00 2001 From: Jorrin Date: Sun, 11 Feb 2024 23:06:48 +0100 Subject: [PATCH] remove non used colors --- tooling/tailwind/colors.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tooling/tailwind/colors.ts b/tooling/tailwind/colors.ts index fcd7e86..91235f7 100644 --- a/tooling/tailwind/colors.ts +++ b/tooling/tailwind/colors.ts @@ -10,9 +10,5 @@ export default { 300: "#32324F", 700: "#131322", }, - iconBackground: "#14141c", - icon: { - background: "#14141c", - }, background: "#0a0a12", };