Fix tabbing to tabs

This commit is contained in:
Gregory Schier
2023-03-11 23:32:39 -08:00
parent eafa3b2de9
commit f3e38d7b71

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