bump type scale: body 15, caption 13, mono 14
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) <noreply@anthropic.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user