Skip to content

Commit

Permalink
Update button style
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfdsilva committed Aug 15, 2023
1 parent d5a93f0 commit 842bc08
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/scripts/components/common/mapbox/map-coords.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,14 @@ const MapCoordsWrapper = styled.div`
width: 100vw;
${Button} {
background: ${themeVal('color.base-300a')};
background: ${themeVal('color.base-400a')};
font-weight: ${themeVal('type.base.regular')};
font-size: 0.75rem;
}
&& ${Button /* sc-selector */}:hover {
background: ${themeVal('color.base-500')};
}
`;

interface MapCoordsProps {
Expand Down

0 comments on commit 842bc08

Please sign in to comment.