From 802011e8da0cc3609d2fb401c4d8b9f4aed2c921 Mon Sep 17 00:00:00 2001 From: GivFNZ Date: Sat, 8 Mar 2025 22:08:37 -0300 Subject: [PATCH] fix: remove unecessary gray color from textarea --- src/pages/contact/styles.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/contact/styles.ts b/src/pages/contact/styles.ts index 5ea4bb6..8a0a1fe 100644 --- a/src/pages/contact/styles.ts +++ b/src/pages/contact/styles.ts @@ -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`