feat(actions): tweak spacing in ActionBar

This commit updatesthe ActionBar styles by adding 4px margin on the left side and increasing the icon-to-title gap from 8 to 10px. These are the values used by Raycast.
This commit is contained in:
ByteAtATime 2025-07-06 18:33:01 -07:00
parent 8232acb2af
commit b2bf4bc1a3
No known key found for this signature in database

View file

@ -68,7 +68,7 @@
{#if toast}
<Toast {toast} {onToastAction} />
{:else if title || icon}
<div class="flex min-w-0 items-center gap-2">
<div class="flex min-w-0 items-center gap-2.5 pl-1">
{#if icon}
<Icon {icon} class="size-5 shrink-0" />
{/if}