fix: remove unecessary gray color from textarea
This commit is contained in:
parent
550e684fb5
commit
802011e8da
@ -6,7 +6,6 @@ export const TextArea = styled.textarea`
|
||||
width: 100%;
|
||||
padding: 1rem;
|
||||
border-radius: 8px;
|
||||
background: ${props => props.theme["gray-100"]};
|
||||
`;
|
||||
|
||||
export const Button = styled.button`
|
||||
|
Loading…
x
Reference in New Issue
Block a user