From 2553ebccc98d1a316506c2b0403dbaffa4c4412f Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Thu, 23 Apr 2026 08:35:40 +0200 Subject: [PATCH] add bottom border to hat bar matching divider color Co-Authored-By: Claude Opus 4.6 (1M context) --- lib/app.dart | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/app.dart b/lib/app.dart index ababda0c..2b5be6b3 100644 --- a/lib/app.dart +++ b/lib/app.dart @@ -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: [