Skip to content

Commit

Permalink
fix(app): fix highlighted style when no hovered over
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyaochen authored and shiyaochen committed Aug 20, 2024
1 parent 318a7aa commit ebf0e64
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/src/molecules/UploadInput/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ const StyledLabel = styled.label`
text-align: ${TYPOGRAPHY.textAlignCenter};
background-color: ${COLORS.white};
&:hover,
&:focus-within {
&:hover {
border: 2px dashed ${COLORS.blue50};
}
`
Expand Down

0 comments on commit ebf0e64

Please sign in to comment.