Fix player button styles
This commit is contained in:
parent
c79a992829
commit
2700774469
1 changed files with 1 additions and 5 deletions
|
@ -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 a new issue