fix: remove unecessary gray color from textarea

This commit is contained in:
GivFNZ 2025-03-08 22:08:37 -03:00
parent 550e684fb5
commit 802011e8da
No known key found for this signature in database
GPG Key ID: 63DD92181B575322

View File

@ -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`