add bottom border to hat bar matching divider color

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-23 08:35:40 +02:00
co-authored by Claude Opus 4.6
parent 2dba5f1d12
commit 2553ebccc9
+4 -1
View File
@@ -221,7 +221,10 @@ class _HatBar extends StatelessWidget {
onPanStart: (_) => kernel.window.startDrag(),
child: Container(
height: hatHeight,
color: tokens.panelHeader,
decoration: BoxDecoration(
color: tokens.panelHeader,
border: Border(bottom: BorderSide(color: tokens.dividerColor, width: 1)),
),
padding: const EdgeInsets.symmetric(horizontal: 8),
child: Row(
children: [