Skip to content

Commit

Permalink
fixing map marker color
Browse files Browse the repository at this point in the history
  • Loading branch information
RmnRss committed Oct 7, 2020
1 parent 5f8383d commit f08d051
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/icons/map-marker.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions styles/global.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f08d051

Please sign in to comment.