mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-21 00:01:22 +02:00
Got tab content scrolling working
This commit is contained in:
@@ -64,7 +64,7 @@ export function Icon({ icon, spin, size = 'md', className }: IconProps) {
|
||||
<Component
|
||||
className={classnames(
|
||||
className,
|
||||
'text-gray-800',
|
||||
'text-inherit',
|
||||
size === 'md' && 'h-4 w-4',
|
||||
size === 'sm' && 'h-3 w-3',
|
||||
size === 'xs' && 'h-2 w-2',
|
||||
|
||||
Reference in New Issue
Block a user