From b1988df5603a427994371d8176bce0c6c1f06fc2 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Thu, 12 Feb 2026 10:14:40 +0000 Subject: task-085: rename small -> v_small --- schist_desktop_gui/src/style.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'schist_desktop_gui/src/style.rs') diff --git a/schist_desktop_gui/src/style.rs b/schist_desktop_gui/src/style.rs index c2ecb02..45a9aeb 100644 --- a/schist_desktop_gui/src/style.rs +++ b/schist_desktop_gui/src/style.rs @@ -1,5 +1,5 @@ pub const SPACING_MD: u16 = 24; pub const SPACING_LG: u16 = 32; -pub const TEXT_SIZE_SM: u16 = 12; +pub const TEXT_SIZE_V_SM: u16 = 12; pub const TEXT_SIZE_BASE: u16 = 16; -- cgit v1.2.3 From 8659e9df22908fb10afb8d949a523d347634e637 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Thu, 12 Feb 2026 10:18:42 +0000 Subject: task-085: table contents are small text size --- schist_desktop_gui/src/style.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'schist_desktop_gui/src/style.rs') diff --git a/schist_desktop_gui/src/style.rs b/schist_desktop_gui/src/style.rs index 45a9aeb..fd7c858 100644 --- a/schist_desktop_gui/src/style.rs +++ b/schist_desktop_gui/src/style.rs @@ -2,4 +2,5 @@ pub const SPACING_MD: u16 = 24; pub const SPACING_LG: u16 = 32; pub const TEXT_SIZE_V_SM: u16 = 12; +pub const TEXT_SIZE_SM: u16 = 14; pub const TEXT_SIZE_BASE: u16 = 16; -- cgit v1.2.3