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; height: 24px;
border-radius: 12px; border-radius: 12px;
outline: none; outline: none;
color: #333; // color: #333;
&:hover { // &:hover {
background-color: #ddd; // background-color: #ddd;
}, // },
&:active { // &:active {
background-color: #d0d0d0; // background-color: #d0d0d0;
}, // },
`; `;