fix: feedback by Dingyi

This commit is contained in:
zerosoul
2022-05-24 10:46:50 +08:00
parent 741608c7be
commit ff14ed1e10
7 changed files with 26 additions and 18 deletions
+4
View File
@@ -47,6 +47,10 @@ const StyledButton = styled.button`
background: none;
color: #1fe1f9;
}
&.border_less {
box-shadow: none;
border: none;
}
&.cancel {
border: 1px solid #e5e7eb;
background: none;
+3 -3
View File
@@ -43,9 +43,9 @@ const StyledInput = styled.input`
}
&.large {
font-weight: 400;
font-size: 16px;
line-height: 24px;
padding: 10px 14px;
font-size: 14px;
line-height: 20px;
padding: 11px 8px;
}
&.none {
outline: none;