Skip to content

Commit

Permalink
issue #244 refactor: postion inline-style delete
Browse files Browse the repository at this point in the history
  • Loading branch information
sikkzz committed Apr 28, 2024
1 parent a88f584 commit 4ec9a44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const StoryCommentInput = ({
commentButtonText,
}: CommentInputProps) => {
return (
<Box styles={{ position: "relative" }}>
<Box style={{ position: "relative" }}>
<input
type="text"
css={commentInputStyle(width)}
Expand Down

0 comments on commit 4ec9a44

Please sign in to comment.