--
This commit is contained in:
parent
83589c20ec
commit
e3b9021c68
@ -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};
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user