From 9daffb3db495aa299e002a63e9d3b43bb858b591 Mon Sep 17 00:00:00 2001 From: Chris Amico Date: Tue, 27 Feb 2024 20:01:04 -0500 Subject: [PATCH] Update src/lib/components/common/Button.svelte Co-authored-by: Allan Lasser --- src/lib/components/common/Button.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/components/common/Button.svelte b/src/lib/components/common/Button.svelte index ea9b7df56..45103f576 100644 --- a/src/lib/components/common/Button.svelte +++ b/src/lib/components/common/Button.svelte @@ -55,6 +55,7 @@ border: none; box-shadow: none; color: var(--primary, #4294f0); + fill: var(--primary, #4294f0); } button:disabled,