mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
chore: adjust settings close icon size
This commit is contained in:
parent
8819984f98
commit
4b4b3c4841
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue