You've already forked AstralRinth
fix: radius on inner button in Tabs (#6340)
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
:key="tab.value"
|
:key="tab.value"
|
||||||
ref="tabButtons"
|
ref="tabButtons"
|
||||||
type="button"
|
type="button"
|
||||||
class="flex min-h-6 shrink-0 cursor-pointer items-center justify-center gap-2 rounded-lg border border-solid px-2.5 h-full text-sm font-medium outline-none transition-all active:scale-[0.97] focus-visible:ring-4 focus-visible:ring-brand-shadow"
|
class="flex min-h-6 shrink-0 cursor-pointer items-center justify-center gap-2 rounded-[10px] border border-solid px-2.5 h-full text-sm font-medium outline-none transition-all active:scale-[0.97] focus-visible:ring-4 focus-visible:ring-brand-shadow"
|
||||||
:class="
|
:class="
|
||||||
tab.value === value
|
tab.value === value
|
||||||
? 'border-green bg-highlight-green text-green'
|
? 'border-green bg-highlight-green text-green'
|
||||||
|
|||||||
Reference in New Issue
Block a user