diff options
Diffstat (limited to 'schist_desktop_gui/src/style.rs')
| -rw-r--r-- | schist_desktop_gui/src/style.rs | 4 |
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; |
