From 7063a86836f73151f7c2cb7c6b01c67190ed63cb Mon Sep 17 00:00:00 2001 From: vibe-bot Date: Sat, 9 Aug 2025 01:50:25 +0200 Subject: [PATCH] =?UTF-8?q?UI:=20Admin-Buttons=20an=20Header-Button-Stil?= =?UTF-8?q?=20angepasst=20(L=C3=B6schen/Umbenennen:=20grau,=20Logout:=20ro?= =?UTF-8?q?t=20wie=20Panic)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/App.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/src/App.tsx b/web/src/App.tsx index c9f9553..14c236c 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -277,7 +277,7 @@ export default function App() { Ausgewählt: {selectedCount} {selectedCount > 0 && ( + )} @@ -464,7 +464,7 @@ function RenameInline({ onSubmit }: RenameInlineProps) { onKeyDown={(e) => { if (e.key === 'Enter') void submit(); }} style={{ color: '#000000' }} /> - + ); }