From 019b8ae1e716c2a0beb32cfb60eb5f081a392db9 Mon Sep 17 00:00:00 2001 From: Kilter Date: Thu, 5 Sep 2024 12:19:18 -0500 Subject: [PATCH 1/2] Update giv-palooza.svg --- .../images/banners/qf-round/giv-palooza.svg | 528 +++++++++--------- 1 file changed, 273 insertions(+), 255 deletions(-) diff --git a/public/images/banners/qf-round/giv-palooza.svg b/public/images/banners/qf-round/giv-palooza.svg index 6397bc6762..5da6cdab05 100644 --- a/public/images/banners/qf-round/giv-palooza.svg +++ b/public/images/banners/qf-round/giv-palooza.svg @@ -1,277 +1,295 @@ - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + + + + + + + + + + - - + + - + - - + + - - + + - - - - - + + - + + + + + + + + + + - - + + - - + + - + + + + + + + - - + + - - + + - - + + - - - + + + + From 575ee162fbe74678c90163fb8078bdd31d994ee1 Mon Sep 17 00:00:00 2001 From: Kilter Date: Thu, 5 Sep 2024 12:25:31 -0500 Subject: [PATCH 2/2] changing color on btn --- src/components/views/projects/qfBanner/common.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/views/projects/qfBanner/common.ts b/src/components/views/projects/qfBanner/common.ts index a95a1ac4d6..e92b8d3f18 100644 --- a/src/components/views/projects/qfBanner/common.ts +++ b/src/components/views/projects/qfBanner/common.ts @@ -74,10 +74,10 @@ export const Desc = styled(Flex)` justify-content: center; gap: 8px; padding: 9px 20px; - background: ${brandColors.pinky[500]}; + background: ${brandColors.mustard[500]}; margin-top: 12px; margin-bottom: 32px; - color: ${neutralColors.gray[100]}; + color: ${neutralColors.gray[900]}; `; export const ImgBase = styled.img`