Skip to content

Commit 7816010

Browse files
committed
style: SKSK-61 DropdownTag 스타일 개선
1 parent 43ec2d5 commit 7816010

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
Learn how to configure a non-root public URL by running `npm run build`.
4040
-->
4141
<title>하이빌리지 | 위치기반 관광지 찾기</title>
42-
<link rel="stylesheet" href="index.css" />
42+
<!-- <link rel="stylesheet" href="index.css" /> -->
4343
<script
4444
type="text/javascript"
4545
src="//dapi.kakao.com/v2/maps/sdk.js?appkey=%VITE_APP_KAKAO_API%&libraries=services,clusterer,drawing"

src/pages/Home/components/KakaoMap/SearchOption/index.tsx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,13 @@ export const SearchOption = () => {
1919

2020
return (
2121
<div className={styles.search_options}>
22-
<DropdownTag fontSize="normal" fontWeight={400} name="관광지 검색 옵션 조정" className={styles.dropdown_wrapper}>
22+
<DropdownTag
23+
fontSize="normal"
24+
size="large"
25+
fontWeight={400}
26+
name="관광지 검색 옵션 조정"
27+
className={styles.dropdown_wrapper}
28+
>
2329
<div className={styles.dropdown}>
2430
<Selectbox
2531
fontSize="normal"

src/styles/_global.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
@forward 'reset';
22

3-
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/variable/pretendardvariable-dynamic-subset.css');
4-
53
* {
64
box-sizing: border-box;
75
}

0 commit comments

Comments
 (0)