From b7779a470e585ccf134996ff5635f259757aaa93 Mon Sep 17 00:00:00 2001 From: Bob Sin Date: Sat, 1 Jun 2024 22:06:33 +0900 Subject: [PATCH] =?UTF-8?q?[KAN-138]=20=EA=B2=80=EC=83=89=ED=83=AD=20>=20?= =?UTF-8?q?=EC=B5=9C=EA=B7=BC=EA=B2=80=EC=83=89=EC=96=B4=20=EB=94=94?= =?UTF-8?q?=EC=9E=90=EC=9D=B8=20=EC=88=98=EC=A0=95=20(#45)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/screens/detail/SearchScreen.js | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/screens/detail/SearchScreen.js b/src/screens/detail/SearchScreen.js index 5b4d7d7..b56335b 100644 --- a/src/screens/detail/SearchScreen.js +++ b/src/screens/detail/SearchScreen.js @@ -176,9 +176,9 @@ export default function SearchScreen(props) { 최근 검색어 @@ -192,7 +192,7 @@ export default function SearchScreen(props) { } }} style={{marginLeft: 10}}> - + 전체 삭제 @@ -219,7 +219,7 @@ export default function SearchScreen(props) { {item.query} - + ); })} @@ -279,20 +279,20 @@ const styles = StyleSheet.create({ flexDirection: 'row', justifyContent: 'center', alignItems: 'center', - paddingHorizontal: 10, - paddingVertical: 5, + paddingHorizontal: 12, + paddingVertical: 7, borderRadius: 15, backgroundColor: COLOR_WHITE, - borderColor: COLOR_DISABLE_GRAY, + borderColor: COLOR_PRIMARY, borderWidth: 1, height: 30, }, recentText: { - fontSize: 15, + fontSize: 13, color: COLOR_TEXT_BLACK, textAlign: 'center', - lineHeight: 20, - fontFamily: 'NanumSquareRound', + lineHeight: 16, + fontFamily: 'NanumSquareRoundB', }, searchArea: { // backgroundColor: 'blue',