fix: feedback by Dingyi
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user