mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-24 09:45:35 +08:00
fix(modals): close icon button style issue
This commit is contained in:
parent
5ef8410da5
commit
7f8d71ccc5
@ -194,9 +194,8 @@ export const ConnectionsSettingsModal = (props: {
|
||||
|
||||
modal?.close()
|
||||
}}
|
||||
>
|
||||
<IconX size={20} />
|
||||
</Button>
|
||||
icon={<IconX size={20} />}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
|
@ -34,9 +34,8 @@ export const LogsSettingsModal = () => {
|
||||
|
||||
modal?.close()
|
||||
}}
|
||||
>
|
||||
<IconX size={20} />
|
||||
</Button>
|
||||
icon={<IconX size={20} />}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
|
@ -35,9 +35,8 @@ export const ProxiesSettingsModal = () => {
|
||||
|
||||
modal?.close()
|
||||
}}
|
||||
>
|
||||
<IconX size={20} />
|
||||
</Button>
|
||||
icon={<IconX size={20} />}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
|
Loading…
Reference in New Issue
Block a user