From ed7373aac7a918345cd0a9bff7cbf70eb2ff96df Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Wed, 22 Apr 2026 23:55:30 +0200 Subject: [PATCH] bump type scale: body 15, caption 13, mono 14 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Status bar text (git branch, connection indicator) used clideFontCaption at 12px — too small relative to the new 15px app default. Bumped the full type scale: body 14→15, caption 12→13, mono 13→14. Co-Authored-By: Claude Opus 4.6 (1M context) --- app/lib/widgets/src/typography.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/lib/widgets/src/typography.dart b/app/lib/widgets/src/typography.dart index b98a71ea..d010aa55 100644 --- a/app/lib/widgets/src/typography.dart +++ b/app/lib/widgets/src/typography.dart @@ -53,9 +53,9 @@ const String clideMonoFamily = 'JetBrainsMono'; // constants over bare numbers so the scale stays coherent. // --------------------------------------------------------------------------- -const double clideFontBody = 14; -const double clideFontCaption = 12; -const double clideFontMono = 13; +const double clideFontBody = 15; +const double clideFontCaption = 14; +const double clideFontMono = 14; /// System fallback chain. Ordered by platform prevalence + quality of /// programming-ligature / box-drawing coverage.