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