diff --git a/frontend/src/pages/TripsPage.tsx b/frontend/src/pages/TripsPage.tsx index 64c2694..30b5d5e 100644 --- a/frontend/src/pages/TripsPage.tsx +++ b/frontend/src/pages/TripsPage.tsx @@ -165,7 +165,7 @@ export default function TripsPage() { className={ "block border rounded p-2 mb-4 transition " + (isPast - ? "bg-gray-100 text-gray-400" + ? "bg-gray-50 !text-gray-300" : isNext ? "border-yellow-400 bg-yellow-50" : "hover:bg-blue-50")