underline css fixed (#1515)

This commit is contained in:
devrk96 2020-11-02 19:35:31 +05:30 committed by GitHub
parent 53e4a71f17
commit 09ce4329b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,6 @@ const Container = styled.div<{
padding: 5px 10px;
height: 25px;
text-decoration: ${props => (props.isEditing ? "unset" : "underline")};
text-decoration-style: dotted;
background-color: ${props =>
(props.isInvalid && props.isEditing) ||
props.savingState === SavingState.ERROR