This commit is contained in:
Zakhar 2026-09-03 12:28:48 +03:00
parent 83589c20ec
commit e3b9021c68
2 changed files with 4 additions and 0 deletions

View File

@ -239,6 +239,7 @@ const AddButton = styled.button`
span { span {
color:inherit; color:inherit;
font-weight: inherit;
} }
&:hover { &:hover {

View File

@ -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};
} }