diff --git a/src/views/Play/QuickMatch.styl b/src/views/Play/QuickMatch.styl index 07fec2a394..1cc0f311a8 100644 --- a/src/views/Play/QuickMatch.styl +++ b/src/views/Play/QuickMatch.styl @@ -246,7 +246,6 @@ // margin-top: 1rem; margin-bottom: 2rem; border-radius: 0.5rem; - cursor: pointer; } .game-speed-title { diff --git a/src/views/Play/QuickMatch.tsx b/src/views/Play/QuickMatch.tsx index a9f00cde64..570051fec5 100644 --- a/src/views/Play/QuickMatch.tsx +++ b/src/views/Play/QuickMatch.tsx @@ -782,7 +782,6 @@ export function QuickMatch(): JSX.Element { "game-speed-option-container" + (game_speed === speed ? " active" : "") } - onClick={() => setGameSpeed(speed)} key={speed} >