fix(ui): SelectTab has unmatched border-radius
This commit is contained in:
@@ -40,7 +40,6 @@ const lockedOptions = [
|
||||
<Story
|
||||
title="SelectTab"
|
||||
group="misc"
|
||||
:layout="{ type: 'single', width: '100%' }"
|
||||
>
|
||||
<template #controls>
|
||||
<ThemeColorsHueControl />
|
||||
|
||||
@@ -29,7 +29,7 @@ const isDisabled = computed(() => props.disabled || props.readonly)
|
||||
const sizeClasses = computed(() =>
|
||||
props.size === 'sm'
|
||||
? ['py-2', 'px-3', 'text-xs', 'rounded-md']
|
||||
: ['py-2.5', 'px-3.5', 'text-sm', 'rounded-xl'],
|
||||
: ['py-2.5', 'px-3.5', 'text-sm', 'rounded-lg'],
|
||||
)
|
||||
|
||||
const rootStyle = computed(() => ({
|
||||
|
||||
Reference in New Issue
Block a user