From 34bcfa98a8cc0c174d574d97282bdf088089b50d Mon Sep 17 00:00:00 2001 From: Brandon Jordan Date: Thu, 30 Nov 2023 20:32:17 -0500 Subject: [PATCH] Fix custom action icons --- src/action-icons.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/action-icons.css b/src/action-icons.css index 39e08db..5583231 100644 --- a/src/action-icons.css +++ b/src/action-icons.css @@ -29,13 +29,13 @@ } .sp-container .sp-date-action .sp-action-icon:not(.sp-variable-icon) { - color: #ff3b2f !important; - background: #ffeeee !important; + color: #ff3b2f; + background: #ffeeee; } .sp-container .sp-blue-action .sp-action-icon:not(.sp-variable-icon) { - color: #007aff !important; - background: #eaf1ff !important; + color: #007aff; + background: #eaf1ff; } .sp-container .sp-comment-action {