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