diff --git a/system/ui/text.py b/system/ui/text.py index c84a43360c..bff00b44aa 100755 --- a/system/ui/text.py +++ b/system/ui/text.py @@ -8,7 +8,7 @@ from openpilot.system.ui.lib.application import gui_app MARGIN = 50 SPACING = 50 -FONT_SIZE = 60 +FONT_SIZE = 72 LINE_HEIGHT = 64 BUTTON_SIZE = rl.Vector2(310, 160)