summaryrefslogtreecommitdiff
path: root/schist_desktop_gui/src/style.rs
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2025-08-25 16:35:45 +0000
committerjoeac <me@joeac.net>2025-08-25 16:35:45 +0000
commitfe85652e4d3e8906824baddaafd05d19105579b8 (patch)
tree31b56e31cbf289a34ec1d6707becf3c60933b56f /schist_desktop_gui/src/style.rs
parentd082a30de6a0cbd1fbe2ab5a4316db0891004129 (diff)
task-072
Co-authored-by: Joe Carstairs <jcarstairs@scottlogic.com> Reviewed-on: https://git.joeac.net/joeac/schist/pulls/3 Co-authored-by: Joe Carstairs <me@joeac.net> Co-committed-by: Joe Carstairs <me@joeac.net>
Diffstat (limited to 'schist_desktop_gui/src/style.rs')
-rw-r--r--schist_desktop_gui/src/style.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/schist_desktop_gui/src/style.rs b/schist_desktop_gui/src/style.rs
index 01ec2ad..c2ecb02 100644
--- a/schist_desktop_gui/src/style.rs
+++ b/schist_desktop_gui/src/style.rs
@@ -1 +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_BASE: u16 = 16;