From d341a254d468a7126da742af76d24ad8d64eeda2 Mon Sep 17 00:00:00 2001 From: Aravind Parappil Date: Fri, 20 Sep 2024 12:10:00 -0500 Subject: [PATCH] Make Quit Button Subtle --- src/components/Sidebar.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Sidebar.tsx b/src/components/Sidebar.tsx index a4e3e95..7990b55 100644 --- a/src/components/Sidebar.tsx +++ b/src/components/Sidebar.tsx @@ -240,6 +240,7 @@ export const Sidebar: FC = () => { /> )} shape="circle" + appearance="subtle" onClick={() => quitApp()} testId="sidebar-quit" />