From 5a77318a9ed0fc3cc781fb75aa773f063983ae40 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 15 Feb 2026 15:33:03 +0200 Subject: [PATCH] chore(mobile): address requested changes --- apps/client/src/stylesheets/theme-next-dark.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/stylesheets/theme-next-dark.css b/apps/client/src/stylesheets/theme-next-dark.css index 99056aa2b6..6a089f0ed3 100644 --- a/apps/client/src/stylesheets/theme-next-dark.css +++ b/apps/client/src/stylesheets/theme-next-dark.css @@ -344,7 +344,7 @@ body .todo-list input[type="checkbox"]:not(:checked):before { } .modal.tab-bar-modal .tabs .tab-card.active.with-hue { - background-color: hsl(var(--bg-hue), 8.8%, 11.2%); + background-color: hsl(var(--bg-hue), 8.8%, 16.2%); border-color: hsl(var(--bg-hue), 9.4%, 25.1%); }