feat: remove color & hover styles

This commit is contained in:
karishmas6
2024-10-23 22:06:26 +05:30
parent 74de40b29e
commit 9e39c2b9cb

View File

@@ -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;
// },
`;