changed add icon

This commit is contained in:
Jan Prochazka
2021-12-09 11:40:21 +01:00
parent 938019e90e
commit 092ed25032
3 changed files with 3 additions and 2 deletions

View File

@@ -40,7 +40,7 @@
<SearchInput placeholder="Search connection or database" bind:value={filter} />
<CloseSearchButton bind:filter />
<InlineButton on:click={() => runCommand('new.connection')} title="Add new connection">
<FontIcon icon="img add" />
<FontIcon icon="icon plus-thick" />
</InlineButton>
<InlineButton on:click={handleRefreshConnections} title="Refresh connection list">
<FontIcon icon="icon refresh" />