Skip to content

Commit

Permalink
Update table hover
Browse files Browse the repository at this point in the history
  • Loading branch information
kattylucy committed Oct 25, 2024
1 parent 47a6945 commit c232ea0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion centrifuge-app/src/components/DataTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,5 @@ const StyledHeader = styled(Text)`
&:hover,
&:focus-visible {
cursor: pointer;
color: ${({ theme }) => theme.colors.textInteractiveHover};
}
`

0 comments on commit c232ea0

Please sign in to comment.