chore: btn style

This commit is contained in:
Zephyruso 2023-08-31 22:55:26 +08:00
parent cb9970c29e
commit fc929d3600

View File

@ -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