From 3ec9aeaf42015cc5dbf23a5ad51fb906cd73da8d Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Sat, 23 May 2026 23:12:14 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20page=20titles=20invisible=20on=20dark=20?= =?UTF-8?q?bg=20=E2=80=94=20text-slate-900=20=E2=86=92=20text-foreground?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- src/pages/FocusGroupSession.tsx | 4 ++-- src/pages/FocusGroups.tsx | 4 ++-- src/pages/SyntheticUsers.tsx | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pages/FocusGroupSession.tsx b/src/pages/FocusGroupSession.tsx index 2b203ed7..834a1376 100755 --- a/src/pages/FocusGroupSession.tsx +++ b/src/pages/FocusGroupSession.tsx @@ -1882,8 +1882,8 @@ const FocusGroupSession = () => {
-

{focusGroup.name}

-

{new Date(focusGroup.date).toLocaleString()}

+

{focusGroup.name}

+

{new Date(focusGroup.date).toLocaleString()}

diff --git a/src/pages/FocusGroups.tsx b/src/pages/FocusGroups.tsx index 9890fd78..7c5a64b7 100755 --- a/src/pages/FocusGroups.tsx +++ b/src/pages/FocusGroups.tsx @@ -290,8 +290,8 @@ const FocusGroups = () => {
-

Focus Groups

-

Set up and manage AI-moderated research sessions

+

Focus Groups

+

Set up and manage AI-moderated research sessions

diff --git a/src/pages/SyntheticUsers.tsx b/src/pages/SyntheticUsers.tsx index 0e356e4f..ae4f78ab 100755 --- a/src/pages/SyntheticUsers.tsx +++ b/src/pages/SyntheticUsers.tsx @@ -1156,8 +1156,8 @@ const SyntheticUsers = () => {
-

Synthetic Personas

-

Create and manage AI-generated research participants

+

Synthetic Personas

+

Create and manage AI-generated research participants