From 320918b2539ad8923343f8b2b118f0324c71a3af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rn=20Andre=20Tangen=20=40gorillatron?= Date: Mon, 19 Feb 2024 12:29:06 +0100 Subject: [PATCH] fix text colors of mobile popovers on mobile --- components/court/JoinCourtAsJurorButton.tsx | 3 +-- components/court/ManageDelegationButton.tsx | 3 +-- pages/court/index.tsx | 3 ++- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/components/court/JoinCourtAsJurorButton.tsx b/components/court/JoinCourtAsJurorButton.tsx index 42fa9324b..0c3170549 100644 --- a/components/court/JoinCourtAsJurorButton.tsx +++ b/components/court/JoinCourtAsJurorButton.tsx @@ -114,10 +114,9 @@ const JoinCourtAsJurorButton = ({ className }: { className?: string }) => {
} + icon={} > You are currently delegating to other jurors. If you join the court as a juror, your delegations will be removed and delegated diff --git a/components/court/ManageDelegationButton.tsx b/components/court/ManageDelegationButton.tsx index 78d3d1328..06c38f5af 100644 --- a/components/court/ManageDelegationButton.tsx +++ b/components/court/ManageDelegationButton.tsx @@ -29,10 +29,9 @@ const ManageDelegationButton = ({ className }: { className?: string }) => {
} + icon={} > You are currently a juror. If you delegate to other jurors your stake will be removed from your personal stake and delegated diff --git a/pages/court/index.tsx b/pages/court/index.tsx index d59d93942..f2789a41c 100644 --- a/pages/court/index.tsx +++ b/pages/court/index.tsx @@ -54,7 +54,7 @@ const CourtPage: NextPage = ({ return (
-
+