Skip to content

Commit e10eecb

Browse files
fix: Apps menu alignment
1 parent 90a9450 commit e10eecb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/components/AppsMenu.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
class="flex h-7 w-full items-center justify-between rounded px-2 text-base hover:bg-surface-gray-2"
66
:class="{ 'bg-surface-gray-2': isOpen }"
77
@click.prevent="togglePopover()">
8-
<div class="flex gap-2">
8+
<div class="flex items-center gap-2">
99
<FeatherIcon name="grid" class="size-4" />
1010
<span class="text-ink-gray-7">Apps</span>
1111
</div>

0 commit comments

Comments
 (0)