use sidebar background color for hat bar

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-23 08:36:17 +02:00
co-authored by Claude Opus 4.6
parent 2553ebccc9
commit d3913a8b28
+1 -1
View File
@@ -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),