fix(app): refine tab color geometry

This commit is contained in:
Test 2026-06-25 07:07:30 +00:00
commit 755151cd9e

View file

@ -136,8 +136,8 @@ export function TabColorPill(props: { color?: string }) {
<span
data-slot="tab-color"
aria-hidden="true"
class="pointer-events-none absolute bottom-px left-2 right-2 h-0.5 rounded-full"
style={{ "background-color": color() }}
class="pointer-events-none absolute bottom-px left-1 right-1 h-1 rounded-b-[5px] border border-t-0"
style={{ "border-color": color() }}
/>
)}
</Show>