From 4b4b3c4841d5cdac36d7d8e442f575c2f853b5a9 Mon Sep 17 00:00:00 2001 From: EnixCoda Date: Mon, 6 Jun 2022 23:01:06 +0800 Subject: [PATCH] chore: adjust settings close icon size --- src/components/settings/SettingsBar.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/settings/SettingsBar.tsx b/src/components/settings/SettingsBar.tsx index 922f8e0..dd0cccd 100644 --- a/src/components/settings/SettingsBar.tsx +++ b/src/components/settings/SettingsBar.tsx @@ -59,6 +59,7 @@ export function SettingsBarContent({ toggleShow }: { toggleShow: () => void }) { aria-label="Close settings" onClick={toggleShow} size="medium" + iconSize={20} icon={ChevronDownIcon} color="fg.default" />