From fd4550d444dd861744ae1d113adf4f8cbd4560b0 Mon Sep 17 00:00:00 2001 From: Marko Djordjevic Date: Wed, 18 Feb 2026 20:36:31 +0100 Subject: [PATCH] code-review-fix task 12.3: fix dark theme on annotation-types and span-label-types pages Co-Authored-By: Claude Sonnet 4.6 --- src/app/annotation-types/page.tsx | 68 +++++++++++++++---------------- src/app/span-label-types/page.tsx | 68 +++++++++++++++---------------- 2 files changed, 68 insertions(+), 68 deletions(-) diff --git a/src/app/annotation-types/page.tsx b/src/app/annotation-types/page.tsx index ef61c7f..4486242 100644 --- a/src/app/annotation-types/page.tsx +++ b/src/app/annotation-types/page.tsx @@ -158,7 +158,7 @@ export default function AnnotationTypesPage() { if (loading) { return ( -
+

Loading...

@@ -167,12 +167,12 @@ export default function AnnotationTypesPage() { } return ( -
+
-

Annotation Types

-

Manage annotation types for your charts

+

Annotation Types

+

Manage annotation types for your charts

{showAddForm && ( -
+

{editingId !== null ? 'Edit Annotation Type' : 'Add New Annotation Type'}

-
-