feat: remove color & hover styles
This commit is contained in:
@@ -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;
|
||||||
},
|
// },
|
||||||
`;
|
`;
|
||||||
|
|||||||
Reference in New Issue
Block a user