From b87768967b1f986c0deefd9173035908a3470226 Mon Sep 17 00:00:00 2001 From: Justin Date: Mon, 8 Aug 2022 16:30:36 -0400 Subject: [PATCH] Fix badge color and quoted status border --- app/soapbox/components/badge.tsx | 10 +++++----- app/soapbox/components/quoted-status.tsx | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/soapbox/components/badge.tsx b/app/soapbox/components/badge.tsx index 7f6c8a09f..78610870f 100644 --- a/app/soapbox/components/badge.tsx +++ b/app/soapbox/components/badge.tsx @@ -10,11 +10,11 @@ interface IBadge { const Badge: React.FC = ({ title, slug }) => ( = ({ status, onCancel, compose }) =>