From 6758c27762637945eb27618c236b6d3cc1911ce3 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Sun, 15 Sep 2024 17:54:00 +0100 Subject: [PATCH] color tweak --- examples/sidebar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/sidebar.py b/examples/sidebar.py index cc104e3ed..0830b1121 100644 --- a/examples/sidebar.py +++ b/examples/sidebar.py @@ -38,7 +38,7 @@ class Sidebar(Widget): /* Offset x to be -100% to move it out of view by default */ offset-x: -100%; - background: $boost; + background: $primary; border-right: vkey $background; /* Enable animation */