Skip to content

Commit

Permalink
fix: mobile safari
Browse files Browse the repository at this point in the history
  • Loading branch information
AtsushiM committed Jun 14, 2021
1 parent 7a205a1 commit 53163d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Textarea/Textarea.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ const StyledTextarea = styled.textarea<Props & { themes: Theme; textAreaWidth?:
background-color: #fff;
border: ${frame.border.default};
box-sizing: border-box;
opacity: 1;
${error
? css`
border-color: ${palette.DANGER};
Expand Down

0 comments on commit 53163d3

Please sign in to comment.