summaryrefslogtreecommitdiff
path: root/schist_desktop_gui/src/style.rs
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-08-29 09:59:51 +0100
committerJoe Carstairs <me@joeac.net>2026-08-29 09:59:51 +0100
commitd527bf2693fa8969577cf1fbbcaab00e0a9971cb (patch)
tree3d10fbeb3d1cb379ccad27d753d5bc015ecb4e47 /schist_desktop_gui/src/style.rs
parentd37c34f987ec65c31861488359d3047c10f22f36 (diff)
task-001: add border to button and spacing to navs
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;