Skip to content

Commit

Permalink
[FIX] Balloon 너비 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
nayujin-dev committed Oct 2, 2023
1 parent 002cea3 commit ab95937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/BalloonBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const BalloonBox = ({ content }) => {
borderRadius={15}
triangleDirection='left'
triangleSize={10}
width={250}
width="100%"
>
<Text style={styles.text}>{content}</Text>
</Balloon>
Expand Down

0 comments on commit ab95937

Please sign in to comment.