Skip to content

Commit

Permalink
fix: use white background color for textarea instead of transparent
Browse files Browse the repository at this point in the history
  • Loading branch information
ismay committed Sep 16, 2020
1 parent 7fbd51a commit e8c8f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/TextArea/TextArea.styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const styles = css`
padding: 8px 12px;
color: ${colors.grey900};
background-color: transparent;
background-color: white;
border: 1px solid ${colors.grey500};
border-radius: 3px;
Expand Down

0 comments on commit e8c8f9d

Please sign in to comment.