mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-16 16:34:24 +02:00
Fix player button styles
This commit is contained in:
@@ -122,11 +122,7 @@ export const PlayerButton = ({ tooltip, variant, icon, ...rest }: PlayerButtonPr
|
|||||||
if (tooltip) {
|
if (tooltip) {
|
||||||
return (
|
return (
|
||||||
<Tooltip {...tooltip}>
|
<Tooltip {...tooltip}>
|
||||||
<MotionWrapper
|
<MotionWrapper variant={variant}>
|
||||||
variant={variant}
|
|
||||||
whileHover={{ scale: 1.1 }}
|
|
||||||
whileTap={{ scale: 1 }}
|
|
||||||
>
|
|
||||||
<StyledPlayerButton
|
<StyledPlayerButton
|
||||||
variant={variant}
|
variant={variant}
|
||||||
{...rest}
|
{...rest}
|
||||||
|
|||||||
Reference in New Issue
Block a user