chore: updates

This commit is contained in:
zerosoul
2022-05-23 10:29:25 +08:00
parent 63106cf749
commit f093221805
6 changed files with 79 additions and 71 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import styled from "styled-components";
const StyledButton = styled.button`
cursor: pointer;
padding: 8px 14px;
padding: 10px 14px;
border: none;
box-sizing: border-box;
box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);