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,