Fix tabbing to tabs

This commit is contained in:
Gregory Schier
2023-03-11 23:32:39 -08:00
parent 971cd02142
commit a709e4b19f

View File

@@ -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',
)}