fix(modals): close icon button style issue

This commit is contained in:
kunish 2023-09-22 16:07:51 +08:00
parent 5ef8410da5
commit 7f8d71ccc5
No known key found for this signature in database
GPG Key ID: 647A12B4F782C430
3 changed files with 6 additions and 9 deletions

View File

@ -194,9 +194,8 @@ export const ConnectionsSettingsModal = (props: {
modal?.close()
}}
>
<IconX size={20} />
</Button>
icon={<IconX size={20} />}
/>
</div>
<div>

View File

@ -34,9 +34,8 @@ export const LogsSettingsModal = () => {
modal?.close()
}}
>
<IconX size={20} />
</Button>
icon={<IconX size={20} />}
/>
</div>
<div>

View File

@ -35,9 +35,8 @@ export const ProxiesSettingsModal = () => {
modal?.close()
}}
>
<IconX size={20} />
</Button>
icon={<IconX size={20} />}
/>
</div>
<div>