Skip to content

Commit

Permalink
External style
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciabad committed Oct 16, 2023
1 parent 1cd401a commit 1ab220e
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,12 @@ const MoreOptionsButton: FC<{
variant="light"
fullWidth
startContent={icon}
className="justify-start"
endContent={isExternal && <IconExternalLink />}
endContent={
isExternal && (
<IconExternalLink className="text-stone-400 transition-colors group-hover:text-stone-800" />
)
}
>
{text}
<span className="flex-grow">{text}</span>
</Button>
)

0 comments on commit 1ab220e

Please sign in to comment.