use sidebar background color for hat bar
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user