Skip to content

Commit

Permalink
fix label on edit instruments modal
Browse files Browse the repository at this point in the history
  • Loading branch information
ncdiehl11 committed Nov 21, 2024
1 parent d94b8ef commit dacde6f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -594,4 +594,7 @@ const StyledLabel = styled.label`
input[type='file'] {
display: none;
}
&:hover {
color: ${COLORS.blue50};
}
`

0 comments on commit dacde6f

Please sign in to comment.