Skip to content

Commit

Permalink
add hover status to external link
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiano cardelli committed Aug 30, 2024
1 parent e714f41 commit 80c4ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grants/components/ui/base/web-links/web-links.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const WebLinks = ({ links, classNames }: Props) => {
<ExternalLinkButton
key={key}
isIconOnly
className={cn('h-auto w-auto min-w-0 rounded-md bg-transparent',classNames?.button)}
className={cn('h-auto w-auto min-w-0 overflow-hidden rounded-md border border-transparent bg-transparent hover:border-white',classNames?.button)}
href={value}
>
{icon}
Expand Down

0 comments on commit 80c4ab5

Please sign in to comment.