Override input error styling when disabled

This commit is contained in:
user
2020-05-28 16:34:36 -07:00
parent b4d1da9d41
commit 2c031f093d
+1
View File
@@ -37,6 +37,7 @@ const StyledInput = styled.input`
}
&:disabled {
background: #DDD;
border: 1px solid #B6B6B6;
cursor: not-allowed;
}
`;