feature/test-coverage #27
@@ -41,7 +41,7 @@ let { rotation = 'clockwise', icon, ...rest }: Props = $props();
|
|||||||
size="icon"
|
size="icon"
|
||||||
{...rest}
|
{...rest}
|
||||||
>
|
>
|
||||||
{@render icon({
|
{@render icon?.({
|
||||||
className: cn(
|
className: cn(
|
||||||
'size-4 transition-all duration-200 stroke-[1.5] stroke-text-muted group-hover:stroke-foreground group-hover:scale-110 group-hover:stroke-2 group-active:scale-90 group-disabled:stroke-transparent',
|
'size-4 transition-all duration-200 stroke-[1.5] stroke-text-muted group-hover:stroke-foreground group-hover:scale-110 group-hover:stroke-2 group-active:scale-90 group-disabled:stroke-transparent',
|
||||||
rotation === 'clockwise'
|
rotation === 'clockwise'
|
||||||
|
|||||||
Reference in New Issue
Block a user