fix(app): refine tab color geometry
This commit is contained in:
parent
59320d2865
commit
755151cd9e
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue