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;