From 12485aa2c256c60739da7d1c6a650b4c93169808 Mon Sep 17 00:00:00 2001 From: Shovon Date: Sun, 21 Sep 2025 04:11:51 +0600 Subject: [PATCH 1/2] Improve dark mode styles for review pages Updated various background, border, and text color classes in ReviewComments and ReviewDetails components to enhance dark mode appearance and consistency. Adjusted button styles for better visual feedback and added transitions and shadows for improved UI polish. --- frontend/src/components/ReviewComments.jsx | 6 ++--- frontend/src/pages/ReviewDetails.jsx | 28 +++++++++++----------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/frontend/src/components/ReviewComments.jsx b/frontend/src/components/ReviewComments.jsx index 7206fe2..fe8cd1d 100644 --- a/frontend/src/components/ReviewComments.jsx +++ b/frontend/src/components/ReviewComments.jsx @@ -93,7 +93,7 @@ export default function ReviewComments({ reviewId, comments = [], onUpdate, isAu {comment.user?.name?.[0]?.toUpperCase() || "?"}
-
+
{comment.user?.name || "Anonymous"} @@ -151,7 +151,7 @@ export default function ReviewComments({ reviewId, comments = [], onUpdate, isAu