From 6210d3a5974b9c59d7753875c16cd38af7072356 Mon Sep 17 00:00:00 2001 From: Snare-Hawk <85657152+Snare-Hawk@users.noreply.github.com> Date: Thu, 24 Nov 2022 08:26:18 -0500 Subject: [PATCH] Make ReviewDB Look More Native (#256) --- .../reviewDB/components/ReviewComponent.tsx | 15 ++-- .../reviewDB/components/ReviewsView.tsx | 75 ++++++++++--------- 2 files changed, 50 insertions(+), 40 deletions(-) diff --git a/src/plugins/reviewDB/components/ReviewComponent.tsx b/src/plugins/reviewDB/components/ReviewComponent.tsx index 058ac4cf..ecd12dac 100644 --- a/src/plugins/reviewDB/components/ReviewComponent.tsx +++ b/src/plugins/reviewDB/components/ReviewComponent.tsx @@ -71,34 +71,37 @@ export default LazyComponent(() => { body: "Do you really you want to report this review?", confirmText: "Report", cancelText: "Nevermind", - confirmColor: "red", + // confirmColor: "red", this just adds a class name and breaks the submit button guh onConfirm: () => reportReview(review.id) }); } return ( -
{review.comment}
-