Skip to content

Commit

Permalink
Merge pull request #59 from gunganghaljido/feature/정성혜
Browse files Browse the repository at this point in the history
Fix: Sports Label Margin Top
  • Loading branch information
eqypo9 authored Dec 8, 2024
2 parents c236bcf + 86cec3b commit 8c2085e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/components/Button/SportButton/SportButton.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
}

.label {
margin-top: 8px;
@include B14R;
color: $gray80;
text-align: center;
Expand Down
2 changes: 1 addition & 1 deletion src/components/MapHome/MapContainer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export default function MapContainer() {
selectedLocation ||
userLocation ||
new kakao.maps.LatLng(37.5665, 126.978),
level: 3,
level: 6,
};
const kakaoMap = new kakao.maps.Map(
container as HTMLElement,
Expand Down

0 comments on commit 8c2085e

Please sign in to comment.