From 9aaa1852ac50f6128f3dbf3a235f16e4d49f7c11 Mon Sep 17 00:00:00 2001 From: Brian Cao Date: Thu, 5 Jan 2023 15:51:47 -0800 Subject: [PATCH] revert CSS. --- components/forms/EventDataForm.module.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/forms/EventDataForm.module.css b/components/forms/EventDataForm.module.css index 42d50a10..c78eb290 100644 --- a/components/forms/EventDataForm.module.css +++ b/components/forms/EventDataForm.module.css @@ -4,7 +4,7 @@ .form { padding: 20px; - border-right: 1px solid var(--light300); + border-right: 1px solid var(--base300); width: 425px; } @@ -13,7 +13,7 @@ } .filters + .filters { - border-top: 1px solid var(--light300); + border-top: 1px solid var(--base300); min-height: 250px; }