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;