From dd97cf389fa86e46eb939d4d8230337614e12462 Mon Sep 17 00:00:00 2001 From: Jim Hodapp Date: Thu, 31 Oct 2024 19:17:53 -0500 Subject: [PATCH] Fix dark mode style for TipTap component toolbar buttons. --- src/app/coaching-sessions/[id]/page.tsx | 5 +- .../ui/coaching-sessions/tiptap-editor.tsx | 47 ++++++++++--------- src/styles/styles.scss | 9 ++++ 3 files changed, 35 insertions(+), 26 deletions(-) diff --git a/src/app/coaching-sessions/[id]/page.tsx b/src/app/coaching-sessions/[id]/page.tsx index f3c7c5b..3428f42 100644 --- a/src/app/coaching-sessions/[id]/page.tsx +++ b/src/app/coaching-sessions/[id]/page.tsx @@ -234,9 +234,8 @@ export default function CoachingSessionsPage() { className="w-[260px] text-sm" side="left" > - To view changes to the Notes made by someone else during this - session, before making any new changes yourself, click this - button. + To view any changes made to Notes by another session + participant before making new changes, click this button. diff --git a/src/components/ui/coaching-sessions/tiptap-editor.tsx b/src/components/ui/coaching-sessions/tiptap-editor.tsx index 700a785..e027758 100644 --- a/src/components/ui/coaching-sessions/tiptap-editor.tsx +++ b/src/components/ui/coaching-sessions/tiptap-editor.tsx @@ -121,8 +121,8 @@ const TipTapEditor = forwardRef(