Skip to content

Commit

Permalink
style: Add pointer cursor to amino acid text
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Dec 12, 2024
1 parent 9d292d6 commit ef39511
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gensplore-component/src/components/SingleRow.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ const SingleRow = ({
}
onMouseLeave={() => setHoveredInfo(null)}
fillOpacity={0.75}
style={{cursor: 'pointer'}}
>
{codon.aminoAcid}
</text>
Expand Down

0 comments on commit ef39511

Please sign in to comment.