Skip to content

Commit

Permalink
Tweak global setting button icon
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Mar 9, 2024
1 parent ef4f03d commit b746e55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/settings/global-settings/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ export default function GlobalSettings() {
{ isGlobalSettingLoaded && showGlobalSetting && (
<Button
icon={ cog }
iconSize="20"
variant="primary"
onClick={ () => setIsSettingModalOpen( true ) }
// @ts-ignore: `size` prop is not exist at @types
Expand Down

0 comments on commit b746e55

Please sign in to comment.