Skip to content

Commit

Permalink
feat: remove link outline on click
Browse files Browse the repository at this point in the history
  • Loading branch information
Space-Bean committed Jun 14, 2024
1 parent 90c76b2 commit 27fbf23
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ const StyledLink = styled(Link).attrs({
})`
text-decoration: none;
color: ${theme.colors.black};
outline: none;
`;

const TableData = ({
Expand Down

0 comments on commit 27fbf23

Please sign in to comment.