summaryrefslogtreecommitdiff
path: root/schist_desktop_gui/src/style.rs
diff options
context:
space:
mode:
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;