fix debug draw colors

This commit is contained in:
2025-08-16 21:00:03 +00:00
parent 0ab86ce143
commit 1028468c3f
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ class _Debug extends StatelessWidget {
bottom: -60,
child: Text(
'ID: ${id.substring(0, 4)}\nGS:(${gs.dx.toInt()},${gs.dy.toInt()})\nSS:(${ss.dx.toInt()},${ss.dy.toInt()})',
style: monospaceStyle,
style: monospaceStyle(context),
),
),
],