From 96e72b8f2e8db6fbb02e4c3a3511621d9afd0779 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Thu, 11 Jul 2024 19:03:28 +0200 Subject: [PATCH] Style changes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- src/components/sidebar-navigation-link.tsx | 2 +- src/components/status-action-button.tsx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/sidebar-navigation-link.tsx b/src/components/sidebar-navigation-link.tsx index 4110255ed..cc8705a25 100644 --- a/src/components/sidebar-navigation-link.tsx +++ b/src/components/sidebar-navigation-link.tsx @@ -53,7 +53,7 @@ const SidebarNavigationLink = React.forwardRef((props: ISidebarNavigationLink, r diff --git a/src/components/status-action-button.tsx b/src/components/status-action-button.tsx index 4c4a7d1b3..fdb25db3e 100644 --- a/src/components/status-action-button.tsx +++ b/src/components/status-action-button.tsx @@ -86,10 +86,10 @@ const StatusActionButton = React.forwardRef