From 8eeadb2fee18070bc89b190440c6cee3fe77cafc Mon Sep 17 00:00:00 2001 From: Josh Creek <8179928+jcreek@users.noreply.github.com> Date: Mon, 10 Jul 2023 18:42:42 +0100 Subject: [PATCH] feat(*): Restyle the estimates component --- src/components/Estimates.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Estimates.svelte b/src/components/Estimates.svelte index 5f13620..7c832fc 100644 --- a/src/components/Estimates.svelte +++ b/src/components/Estimates.svelte @@ -35,7 +35,7 @@ border: 1px solid #ccc; border-radius: 8px; margin: 10px; - background-color: #6bb0d5; + background-color: #45A7C4; color: #fff; text-align: center; cursor: pointer;