summaryrefslogtreecommitdiff
path: root/schist_desktop_gui/src/style.rs
diff options
context:
space:
mode:
authorjoeac <me@joeac.net>2026-02-28 08:50:46 +0000
committerjoeac <me@joeac.net>2026-02-28 08:50:46 +0000
commit342dadaf91093c1ce9c3ad248a2952ed3cde4de6 (patch)
tree0546aa27e558c498cbc730a6f1854f11e9fa844b /schist_desktop_gui/src/style.rs
parent65596363d43995bf2002d4aa8405d84484f2542b (diff)
parentf3659bd8e9d5e20528aaa1e0e7c1b206fb0eb31c (diff)
Merge pull request 'task-085: view transactions in desktop GUI' (#5) from task-085 into main
Reviewed-on: https://git.joeac.net/joeac/schist/pulls/5
Diffstat (limited to 'schist_desktop_gui/src/style.rs')
-rw-r--r--schist_desktop_gui/src/style.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/schist_desktop_gui/src/style.rs b/schist_desktop_gui/src/style.rs
index c2ecb02..fd7c858 100644
--- a/schist_desktop_gui/src/style.rs
+++ b/schist_desktop_gui/src/style.rs
@@ -1,5 +1,6 @@
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_SM: u16 = 14;
pub const TEXT_SIZE_BASE: u16 = 16;