aboutsummaryrefslogtreecommitdiff
path: root/src/main.odin
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.odin')
-rw-r--r--src/main.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.odin b/src/main.odin
index fe5f2c8..cc80b3c 100644
--- a/src/main.odin
+++ b/src/main.odin
@@ -263,7 +263,7 @@ when true {
// - - - - WORKDAYS - - - -
- for day, i in &workdays {
+ for &day, i in &workdays {
line := panel_line(middle_section, theme.background)
line.layout_cut_children = .Left