Skip to content

Commit 30ec7c0

Browse files
authored
Merge pull request #85 from oasisprotocol/mz/tabs-rounded-fix
Fix border radius in Tabs
2 parents be90f79 + d6d00e7 commit 30ec7c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/tabs/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { cva, type VariantProps } from 'class-variance-authority'
99
import { cn } from '../../lib/utils'
1010

1111
const tabsListVariants = cva(
12-
'p-1 radius-md justify-start whitespace-nowrap overflow-x-auto overflow-y-hidden [scrollbar-width:none] [-ms-overflow-style:none] [&::-webkit-scrollbar]:hidden',
12+
'p-1 rounded-md justify-start whitespace-nowrap overflow-x-auto overflow-y-hidden [scrollbar-width:none] [-ms-overflow-style:none] [&::-webkit-scrollbar]:hidden',
1313
{
1414
variants: {
1515
variant: {

0 commit comments

Comments
 (0)