From 2ad11142ad8afa588027be1a8681269f3a35a887 Mon Sep 17 00:00:00 2001 From: Primakov Alexandr Alexandrovich Date: Mon, 13 Oct 2025 00:52:59 +0300 Subject: [PATCH] UI: Implement unified dark theme across all components --- frontend/src/App.tsx | 16 +++--- frontend/src/components/Modal.tsx | 36 +++++++------- frontend/src/index.css | 82 +++++++++++++++++++++++++++++-- frontend/tailwind.config.js | 17 ++++++- 4 files changed, 121 insertions(+), 30 deletions(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 59f6ce1..c2ec20d 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -29,13 +29,13 @@ function Navigation() { ]; return ( -