From 2f4f2c02b1a8739e95afa0bac2a7282db9cfe2a9 Mon Sep 17 00:00:00 2001 From: Justin Date: Thu, 16 Jun 2022 14:22:00 -0400 Subject: [PATCH] Dark mode support for Polls --- app/soapbox/components/polls/poll-option.tsx | 48 +++++++++++--------- app/soapbox/components/status_content.tsx | 2 +- app/soapbox/components/ui/text/text.tsx | 2 +- app/styles/components/status.scss | 2 +- 4 files changed, 30 insertions(+), 24 deletions(-) diff --git a/app/soapbox/components/polls/poll-option.tsx b/app/soapbox/components/polls/poll-option.tsx index 6c8523a2d..7aa68667e 100644 --- a/app/soapbox/components/polls/poll-option.tsx +++ b/app/soapbox/components/polls/poll-option.tsx @@ -21,7 +21,7 @@ const PollPercentageBar: React.FC<{ percent: number, leading: boolean }> = ({ pe {({ width }) => ( )} @@ -47,9 +47,9 @@ const PollOptionText: React.FC = ({ poll, option, index, active return (