chore: adjust settings close icon size

This commit is contained in:
EnixCoda 2022-06-06 23:01:06 +08:00
parent 8819984f98
commit 4b4b3c4841

View file

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