diff options
| author | Joe Carstairs <me@joeac.net> | 2026-02-12 10:18:42 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-02-12 10:18:42 +0000 |
| commit | 8659e9df22908fb10afb8d949a523d347634e637 (patch) | |
| tree | ed7914a8dd28f99cc9fcd6baf8778a5bf8e48e00 /schist_desktop_gui/src/style.rs | |
| parent | b1988df5603a427994371d8176bce0c6c1f06fc2 (diff) | |
task-085: table contents are small text size
Diffstat (limited to 'schist_desktop_gui/src/style.rs')
| -rw-r--r-- | schist_desktop_gui/src/style.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
