From 849495126dffa7c08068a79b84562ac2fc0969da Mon Sep 17 00:00:00 2001 From: Derek Sonnenberg Date: Tue, 12 Dec 2023 12:24:38 -0600 Subject: [PATCH] style: remove inherit color from exp PE-5161 --- src/components/Expandable.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Expandable.css b/src/components/Expandable.css index 687f16d..f4fd351 100644 --- a/src/components/Expandable.css +++ b/src/components/Expandable.css @@ -24,7 +24,6 @@ } .expandable button { - background-color: inherit; border: none; cursor: pointer; display: flex;