mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-27 22:54:03 +08:00
chore: btn style
This commit is contained in:
parent
cb9970c29e
commit
fc929d3600
@ -225,7 +225,7 @@ export default () => {
|
|||||||
placeholder="Search"
|
placeholder="Search"
|
||||||
onInput={(e) => setSearch(e.target.value)}
|
onInput={(e) => setSearch(e.target.value)}
|
||||||
/>
|
/>
|
||||||
<label htmlFor="connection-modal" class="btn">
|
<label htmlFor="connection-modal" class="btn btn-circle">
|
||||||
<IconSettings />
|
<IconSettings />
|
||||||
</label>
|
</label>
|
||||||
<ConnectionsModal
|
<ConnectionsModal
|
||||||
|
Loading…
Reference in New Issue
Block a user