From a785828a6b93a1ebb426fb406bad0470fd2a082d Mon Sep 17 00:00:00 2001 From: MathieuG-P <40181755+Zagrios@users.noreply.github.com> Date: Fri, 7 Apr 2023 22:40:13 +0200 Subject: [PATCH] fix fill issue with link icon --- src/renderer/components/svgs/icons/link-icon.component.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/components/svgs/icons/link-icon.component.tsx b/src/renderer/components/svgs/icons/link-icon.component.tsx index db3baac5..2095e81e 100644 --- a/src/renderer/components/svgs/icons/link-icon.component.tsx +++ b/src/renderer/components/svgs/icons/link-icon.component.tsx @@ -2,7 +2,7 @@ import { CSSProperties } from "react"; export function LinkIcon(props: {className?: string, style?: CSSProperties}) { return ( - +