From 73a85ff07d6f3b1107be08ee435f3709f89906ba Mon Sep 17 00:00:00 2001 From: shahanneda Date: Wed, 16 Feb 2022 03:11:02 -0500 Subject: [PATCH] added WarningHeader colors to themer --- components/Theme.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/Theme.tsx b/components/Theme.tsx index 78729d3c..f9d8b4bc 100644 --- a/components/Theme.tsx +++ b/components/Theme.tsx @@ -34,6 +34,8 @@ export const PALETTE_NAMES = [ "--text", "--form-invalid", + "--warning-background", + "--warning-text", "--input-background", "--input-placeholder-text",