🎨 style: make the cursor of the tab trigger wrapper to default

This commit is contained in:
Wahyu Kurniawan 2024-02-21 22:07:34 +07:00
parent ea44efa0f2
commit ac260dd59c
No known key found for this signature in database
GPG Key ID: 040A1549143A8E33

View File

@ -9,6 +9,8 @@ export const tabsTheme = tv({
// Horizontal default // Horizontal default
'px-1', 'px-1',
'pb-5', 'pb-5',
'cursor-default',
'select-none',
'text-elements-low-em', 'text-elements-low-em',
'border-b-2', 'border-b-2',
'border-transparent', 'border-transparent',