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" />