@@ -475,26 +475,26 @@ export function InteractiveGame() {
475475 < div
476476 className = { `h-2 w-2 rounded-full ${ mode === 'playing' && ! gameOver ? 'bg-green-500' : 'bg-red-500' } ` }
477477 />
478- < span className = "font-mono text-[8px ] font-bold text-neutral-400 uppercase" >
478+ < span className = "font-mono text-[9px ] font-bold text-neutral-400 uppercase" >
479479 { t ( getCurrentLevelKey ( score ) ) }
480480 </ span >
481481 </ div >
482482
483- < div className = "flex items-center gap-3 md:absolute md:left-1/2 md:-translate-x-1/2 md:gap-6" >
483+ < div className = "flex items-center gap-2 md:absolute md:left-1/2 md:-translate-x-1/2 md:gap-6" >
484484 < div className = "flex flex-col items-center" >
485- < span className = "text-[7px ] font-bold tracking-widest text-neutral-400 uppercase md:text-[8px]" >
485+ < span className = "text-[9px ] font-bold tracking-widest text-neutral-400 uppercase md:text-[8px]" >
486486 { t ( 'high' ) }
487487 </ span >
488488 < span
489489 suppressHydrationWarning
490- className = "font-mono text-[10px ] font-bold text-neutral-500 md:text-xs"
490+ className = "font-mono text-[11px ] font-bold text-neutral-500 md:text-xs"
491491 >
492492 { highScore . toString ( ) . padStart ( 3 , '0' ) }
493493 </ span >
494494 </ div >
495495 < div className = "h-3 w-[1px] bg-neutral-300 md:h-4 dark:bg-white/20" />
496496 < div className = "flex flex-col items-center" >
497- < span className = "text-[7px ] font-bold tracking-widest text-[#ff005b] uppercase md:text-[8px]" >
497+ < span className = "text-[9px ] font-bold tracking-widest text-[#ff005b] uppercase md:text-[8px]" >
498498 { t ( 'score' ) }
499499 </ span >
500500 < span className = "font-mono text-sm leading-none font-black text-neutral-800 md:text-lg dark:text-white" >
@@ -508,9 +508,9 @@ export function InteractiveGame() {
508508 e . stopPropagation ( ) ;
509509 exitGame ( ) ;
510510 } }
511- className = "-mr-1 p-1.5 transition-colors hover:text-[#ff005b] md:-mr-2 md:p -2"
511+ className = "-mr-1 p-2 transition-colors hover:text-[#ff005b] md:-mr-2"
512512 >
513- < X size = { 14 } className = "text-neutral-400 md:h-4 md:w-4" />
513+ < X size = { 16 } className = "text-neutral-400 md:h-4 md:w-4" />
514514 </ button >
515515 </ div >
516516
0 commit comments