mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-17 23:13:51 +01:00
Fix tabbing to tabs
This commit is contained in:
@@ -60,7 +60,6 @@ export function TabTrigger({ value, children, active }: TabTriggerProps) {
|
||||
<Button
|
||||
color="custom"
|
||||
size="sm"
|
||||
disabled={active}
|
||||
className={classnames(
|
||||
active ? 'bg-gray-100 text-gray-900' : 'text-gray-600 hover:text-gray-900',
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user