mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 05:15: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()
|
modal?.close()
|
||||||
}}
|
}}
|
||||||
>
|
icon={<IconX size={20} />}
|
||||||
<IconX size={20} />
|
/>
|
||||||
</Button>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
@ -34,9 +34,8 @@ export const LogsSettingsModal = () => {
|
|||||||
|
|
||||||
modal?.close()
|
modal?.close()
|
||||||
}}
|
}}
|
||||||
>
|
icon={<IconX size={20} />}
|
||||||
<IconX size={20} />
|
/>
|
||||||
</Button>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
@ -35,9 +35,8 @@ export const ProxiesSettingsModal = () => {
|
|||||||
|
|
||||||
modal?.close()
|
modal?.close()
|
||||||
}}
|
}}
|
||||||
>
|
icon={<IconX size={20} />}
|
||||||
<IconX size={20} />
|
/>
|
||||||
</Button>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
Loading…
Reference in New Issue
Block a user