fix(game): 부활 서비스 및 게임 화면 UI 수정

This commit is contained in:
JiWoong Sul
2025-12-26 00:57:47 +09:00
parent dd83923ddf
commit 431dd995bf
6 changed files with 27 additions and 17 deletions

View File

@@ -99,7 +99,7 @@ class _RacePreviewState extends State<RacePreview> {
TextSpan(
text: char,
style: TextStyle(
fontFamily: 'monospace',
fontFamily: 'JetBrainsMono',
fontSize: 18,
height: 1.2,
color: _getCharColor(char),