Skip to content

Commit 225317b

Browse files
committed
lint
1 parent cca314d commit 225317b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/thirdweb/src/react/web/ui/MediaRenderer/MediaRenderer.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,9 @@ const PlayButton: React.FC<PlayButtonProps> = ({ onClick, isPlaying }) => {
210210
padding: 0,
211211
...(isHovering
212212
? {
213-
color: "rgb(53, 56, 64)",
214-
boxShadow: "rgb(4 17 29 / 25%) 0px 0px 8px 0px",
215-
}
213+
color: "rgb(53, 56, 64)",
214+
boxShadow: "rgb(4 17 29 / 25%) 0px 0px 8px 0px",
215+
}
216216
: {}),
217217
}}
218218
onClick={onClick}

0 commit comments

Comments
 (0)