diff options
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; |
