Skip to content

Commit

Permalink
Notification: adjust expand button
Browse files Browse the repository at this point in the history
  • Loading branch information
insmac committed Sep 21, 2023
1 parent 52416f3 commit 074b382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-console/src/scenes/Notifications/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ const Notifications = () => {
<Notification isMinimized={true} {...lastNotification} />
)}
</LatestNotification>
<Button skin="secondary" size="sm" onClick={toggleMinimized}>
<Button skin="transparent" onClick={toggleMinimized}>
{isMinimized ? <ArrowUpS size="18px" /> : <Subtract size="18px" />}
</Button>
</Menu>
Expand Down

0 comments on commit 074b382

Please sign in to comment.