From 1ac666fe0bdc1c69db204ed71c6c31df33202a55 Mon Sep 17 00:00:00 2001 From: Keannu Bernasol Date: Tue, 14 Feb 2023 20:56:32 +0800 Subject: [PATCH] Made logo thicker --- src/components/Icons/AppLogo/AppLogo.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Icons/AppLogo/AppLogo.tsx b/src/components/Icons/AppLogo/AppLogo.tsx index 8f824b3..319fb81 100644 --- a/src/components/Icons/AppLogo/AppLogo.tsx +++ b/src/components/Icons/AppLogo/AppLogo.tsx @@ -12,7 +12,7 @@ export default function AppLogo(props: props) { width={props.size} height={props.size} viewBox="0 0 24 24" - stroke-width="1" + stroke-width="2" stroke={props.color} fill="none" stroke-linecap="round"