From d527bf2693fa8969577cf1fbbcaab00e0a9971cb Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Sat, 29 Aug 2026 09:59:51 +0100 Subject: task-001: add border to button and spacing to navs --- schist_desktop_gui/src/style.rs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'schist_desktop_gui/src/style.rs') 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; -- cgit v1.2.3