Skip to content

Commit

Permalink
refactor: revert sidebar button size
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Setch <adam.setch@outlook.com>
  • Loading branch information
setchy committed Sep 17, 2024
1 parent 86d270e commit fb47d73
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/components/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,11 @@ export const Sidebar: FC = () => {
title="Refresh notifications"
isTooltipDisabled={false}
icon={(iconProps) => (
<RefreshIcon {...iconProps} size="small" primaryColor="white" />
<RefreshIcon
{...iconProps}
size="medium"
primaryColor="white"
/>
)}
appearance="subtle"
shape="circle"
Expand All @@ -198,7 +202,7 @@ export const Sidebar: FC = () => {
icon={(iconProps) => (
<SettingsIcon
{...iconProps}
size="small"
size="medium"
primaryColor="white"
/>
)}
Expand Down

0 comments on commit fb47d73

Please sign in to comment.