mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
lint files
This commit is contained in:
@@ -19,7 +19,6 @@ export const DefaultPlayButton = forwardRef<HTMLButtonElement, DefaultPlayButton
|
|||||||
({ className, variant = 'filled', ...props }, ref) => {
|
({ className, variant = 'filled', ...props }, ref) => {
|
||||||
return (
|
return (
|
||||||
<ActionIcon
|
<ActionIcon
|
||||||
ref={ref}
|
|
||||||
className={clsx(styles.textButton, className, {
|
className={clsx(styles.textButton, className, {
|
||||||
[styles.unthemed]: variant !== 'filled',
|
[styles.unthemed]: variant !== 'filled',
|
||||||
})}
|
})}
|
||||||
@@ -27,6 +26,7 @@ export const DefaultPlayButton = forwardRef<HTMLButtonElement, DefaultPlayButton
|
|||||||
iconProps={{
|
iconProps={{
|
||||||
size: 'xl',
|
size: 'xl',
|
||||||
}}
|
}}
|
||||||
|
ref={ref}
|
||||||
variant={variant}
|
variant={variant}
|
||||||
{...props}
|
{...props}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user