Skip to content

Commit

Permalink
Remove underline on hover on viewtypeswitch
Browse files Browse the repository at this point in the history
  • Loading branch information
oBusk committed Apr 16, 2023
1 parent 4bc3fed commit 14d0b76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/[...parts]/_page/NpmDiff/ViewTypeSwitch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ const ViewTypeButton = forwardRef<ViewTypeButtonProps, typeof Button>(
) => (
<Button
isActive={currentViewType === viewType}
_hover={{
textDecoration: "none",
}}
as={Link}
href={{
pathname,
Expand Down

0 comments on commit 14d0b76

Please sign in to comment.