From d3913a8b283f1cd941277ddc68e774dffda42f71 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Thu, 23 Apr 2026 08:36:17 +0200 Subject: [PATCH] use sidebar background color for hat bar Co-Authored-By: Claude Opus 4.6 (1M context) --- lib/app.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/app.dart b/lib/app.dart index 2b5be6b3..3c1b63ec 100644 --- a/lib/app.dart +++ b/lib/app.dart @@ -222,7 +222,7 @@ class _HatBar extends StatelessWidget { child: Container( height: hatHeight, decoration: BoxDecoration( - color: tokens.panelHeader, + color: tokens.sidebarBackground, border: Border(bottom: BorderSide(color: tokens.dividerColor, width: 1)), ), padding: const EdgeInsets.symmetric(horizontal: 8),