From 9e39c2b9cb14fc1e68caf1de2309b659740bb39d Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Wed, 23 Oct 2024 22:06:26 +0530 Subject: [PATCH] feat: remove color & hover styles --- src/components/atoms/buttons/buttons.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/atoms/buttons/buttons.tsx b/src/components/atoms/buttons/buttons.tsx index 7f6b3cb7..afc4a483 100644 --- a/src/components/atoms/buttons/buttons.tsx +++ b/src/components/atoms/buttons/buttons.tsx @@ -35,13 +35,13 @@ export const UrlFormButton = styled.button` height: 24px; border-radius: 12px; outline: none; - color: #333; + // color: #333; - &:hover { - background-color: #ddd; - }, + // &:hover { + // background-color: #ddd; + // }, - &:active { - background-color: #d0d0d0; - }, + // &:active { + // background-color: #d0d0d0; + // }, `;