--
This commit is contained in:
@@ -239,6 +239,7 @@ const AddButton = styled.button`
|
||||
|
||||
span {
|
||||
color:inherit;
|
||||
font-weight: inherit;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
|
||||
@@ -116,6 +116,9 @@ const Input = styled.input`
|
||||
&::placeholder {
|
||||
color:#A3ADA2;
|
||||
}
|
||||
&:hover {
|
||||
border-color: ${({theme}) => theme.colors.gray};
|
||||
}
|
||||
&:focus {
|
||||
border-color: ${({ theme }) => theme.colors.green};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user