From f08d051988685ec345841a13571bc97d7d81f99b Mon Sep 17 00:00:00 2001 From: Romain Date: Wed, 7 Oct 2020 16:54:50 +0200 Subject: [PATCH] fixing map marker color --- public/icons/map-marker.svg | 2 +- styles/global.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/icons/map-marker.svg b/public/icons/map-marker.svg index 4f0c76b..c2d9a18 100644 --- a/public/icons/map-marker.svg +++ b/public/icons/map-marker.svg @@ -1,5 +1,5 @@ - + diff --git a/styles/global.js b/styles/global.js index 38d8e43..0de3380 100644 --- a/styles/global.js +++ b/styles/global.js @@ -116,8 +116,8 @@ export const GlobalStyle = createGlobalStyle` height: 32px; border-radius: 16px; - background: #56F265; - color: #000; + background: ${(props) => props.theme.primary}; + color: ${(props) => props.theme.dark}; font-family: ${(props) => props.theme.fontFamily}; font-size: 16px;