From a87d1b8a4cee939ff2dde788f143b8f08a033121 Mon Sep 17 00:00:00 2001 From: vjrj <vjrj@comunes.org> Date: Sun, 5 Mar 2023 18:18:25 +0100 Subject: [PATCH] Small numbers in terminal --- lib/ui/widgets/second_screen/rubber_button.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui/widgets/second_screen/rubber_button.dart b/lib/ui/widgets/second_screen/rubber_button.dart index c14ca684..df310c63 100644 --- a/lib/ui/widgets/second_screen/rubber_button.dart +++ b/lib/ui/widgets/second_screen/rubber_button.dart @@ -35,7 +35,7 @@ class RubberButton extends StatelessWidget { textAlign: TextAlign.center, style: const TextStyle( fontFamily: 'Roboto Mono', - fontSize: 34, + fontSize: 32, fontWeight: FontWeight.bold, color: Colors.black, )) -- GitLab