We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0b0249 commit 5daebc7Copy full SHA for 5daebc7
1 file changed
components/Downloads/Release/LinkWithArrow.tsx
@@ -11,7 +11,7 @@ const LinkWithArrow: FC<PropsWithChildren<AccessibleAnchorProps>> = ({
11
}) => (
12
<Link {...props}>
13
{children}
14
- <ArrowUpRightIcon className="ml-1 inline w-3 fill-white" />
+ <ArrowUpRightIcon className="ml-1 inline w-3 fill-neutral-600 dark:fill-white" />
15
</Link>
16
);
17
export default LinkWithArrow;
0 commit comments