From 527b5086a6302e23527b8c0df7ca6e1b5856c999 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Thu, 28 Apr 2022 16:33:42 -0500 Subject: [PATCH] Counter: dark ring styles --- app/soapbox/components/ui/counter/counter.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/components/ui/counter/counter.tsx b/app/soapbox/components/ui/counter/counter.tsx index 00334539e..14afe3e49 100644 --- a/app/soapbox/components/ui/counter/counter.tsx +++ b/app/soapbox/components/ui/counter/counter.tsx @@ -9,7 +9,7 @@ interface ICounter { /** A simple counter for notifications, etc. */ const Counter: React.FC = ({ count }) => { return ( - + {shortNumberFormat(count)} );