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',