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