From 6b7223112fadc02d7991dfcb863b5d11b9e85d69 Mon Sep 17 00:00:00 2001 From: Lucid Kobold Date: Wed, 29 Dec 2021 14:36:50 -0600 Subject: [PATCH] Remove unused props. --- theme/AppTheme.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/theme/AppTheme.ts b/theme/AppTheme.ts index 5c5e786..6df0795 100644 --- a/theme/AppTheme.ts +++ b/theme/AppTheme.ts @@ -20,7 +20,6 @@ const AppTheme = extendTheme({ colors: { brand: { main: "#3138dc", - mainInactive: "#181d8f", primary: "#0068ff", secondary: "#0086ff", hover: "#00aec1",