Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sjsjmine129 committed Jun 13, 2024
1 parent 8faf8b2 commit 8ab79f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/screens/detail/ReviewWriteScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export default function ReviewWriteScreen(props) {

return (
<>
<Header title={'리뷰 쓰기'} isBackButton={true} />
<Header title={'리뷰 쓰기'} isBackButton={true} noSafe={true} />
<View contentContainerStyle={styles.entire}>
<View style={styles.headerContainer}>
<Text style={styles.storeName} numberOfLines={1}>
Expand Down Expand Up @@ -323,7 +323,7 @@ const styles = StyleSheet.create({
borderRadius: 8,
padding: 12,
fontFamily: 'NanumSquareRoundB',
// width: '92%',
width: windowWidth - 32,
// marginHorizontal: 16,
height: 160,
textAlignVertical: 'top',
Expand Down

0 comments on commit 8ab79f4

Please sign in to comment.