fix: edgedb ui

This commit is contained in:
Andras Bacsai
2022-09-07 10:49:49 +02:00
parent bdfb6f5f46
commit feeb14ea47
3 changed files with 8 additions and 5 deletions

View File

@@ -16,4 +16,6 @@
<Icons.Redis {isAbsolute} />
{:else if type === 'couchdb'}
<Icons.CouchDB {isAbsolute} />
{:else if type === 'edgedb'}
<Icons.EdgeDB {isAbsolute} />
{/if}

View File

@@ -3,9 +3,9 @@
</script>
<svg
class={isAbsolute ? 'absolute top-0 left-0 -m-4 h-16 w-16' : 'mx-auto w-12 h-12'}
class={isAbsolute ? 'absolute top-0 left-0 -m-8 h-16 w-16' : 'mx-auto w-12 h-12'}
width="88"
fill="#b3b3b3"
fill="#1F8AED"
height="101"
viewBox="0 -15 88 101"
><path