Skip to content

Commit

Permalink
Make Quit Button Subtle
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindparappil46 committed Sep 20, 2024
1 parent 7767a72 commit d341a25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ export const Sidebar: FC = () => {
/>
)}
shape="circle"
appearance="subtle"
onClick={() => quitApp()}
testId="sidebar-quit"
/>
Expand Down

0 comments on commit d341a25

Please sign in to comment.