Skip to content

Commit

Permalink
chore(ui): tweak icons
Browse files Browse the repository at this point in the history
  • Loading branch information
oktal committed Sep 15, 2024
1 parent f7409a5 commit 502b838
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/lib/components/explorer/EntityTree.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
onclick={() => onDrop && onDrop(context)}
>
<Icon icon="carbon:trash-can" />
Drop
Delete
</ContextMenu.Item>
</ContextMenu.Content>
</ContextMenu.Root>
Expand Down
9 changes: 5 additions & 4 deletions src/lib/components/explorer/TablesTab.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
</script>

<div class="flex flex-col gap-1">
<div class="flex justify-center">
<div class="flex">
{@render addMenu(addMenuItems)}
</div>

Expand All @@ -253,9 +253,10 @@
<DropdownMenu.Trigger>
<Tooltip.Root>
<Tooltip.Trigger asChild let:builder>
<Button builders={[builder]} variant="ghost" size="icon">
<Icon icon="carbon:document-add" width={22} height={22} /></Button
>
<Button builders={[builder]} variant="secondary" size="sm" class="flex gap-1">
<Icon icon="carbon:document-add" width={22} height={22} />
Create
</Button>
</Tooltip.Trigger>
<Tooltip.Content side="bottom">
<p>Create</p>
Expand Down

0 comments on commit 502b838

Please sign in to comment.