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.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/schist_desktop_gui/src/style.rs b/schist_desktop_gui/src/style.rs
index fd7c858..a94d540 100644
--- a/schist_desktop_gui/src/style.rs
+++ b/schist_desktop_gui/src/style.rs
@@ -1,3 +1,8 @@
+pub const BORDER_RADIUS: u16 = 2;
+pub const BORDER_WIDTH: u16 = 1;
+pub const BORDER_WIDTH_THICK: u16 = 2;
+
+pub const SPACING_SM: u16 = 12;
pub const SPACING_MD: u16 = 24;
pub const SPACING_LG: u16 = 32;