From 88a5c92bdb7426bf749402636585d8396657bba6 Mon Sep 17 00:00:00 2001 From: MathieuG-P <40181755+Zagrios@users.noreply.github.com> Date: Mon, 1 Aug 2022 21:34:57 +0200 Subject: [PATCH] use property instead of styles --- .../components/nav-bar/bsmanager-icon.component.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/renderer/components/nav-bar/bsmanager-icon.component.tsx b/src/renderer/components/nav-bar/bsmanager-icon.component.tsx index 4557b093..81331147 100644 --- a/src/renderer/components/nav-bar/bsmanager-icon.component.tsx +++ b/src/renderer/components/nav-bar/bsmanager-icon.component.tsx @@ -3,22 +3,22 @@ import { memo } from "react" export const BsManagerIcon = memo(function ({className, color1, color2}: {className: string, color1: string, color2: string}) { return ( - + - + - + - - + + - + ) })