From d5674e9a11c1c19765253ad57ab8763eabd8cd3c Mon Sep 17 00:00:00 2001 From: Maurice Date: Tue, 31 Mar 2026 23:18:04 +0200 Subject: [PATCH] fix: archive restore/delete buttons not visible in dark mode --- client/src/pages/DashboardPage.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/src/pages/DashboardPage.tsx b/client/src/pages/DashboardPage.tsx index 8ae4046..a0225ca 100644 --- a/client/src/pages/DashboardPage.tsx +++ b/client/src/pages/DashboardPage.tsx @@ -459,14 +459,14 @@ function ArchivedRow({ trip, onEdit, onUnarchive, onDelete, onClick, t, locale, {(!!trip.is_owner || isAdmin) && (
e.stopPropagation()}> - -