From 70ed5f87a13b826bf6c8b7c054967b572862bb26 Mon Sep 17 00:00:00 2001 From: Timur Carpeev Date: Thu, 20 Apr 2023 09:06:40 +0200 Subject: [PATCH] Increase dots size in product card list (#3505) --- src/components/StatusDot/StatusDot.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/StatusDot/StatusDot.tsx b/src/components/StatusDot/StatusDot.tsx index 701ce80cc..8053ca0ad 100644 --- a/src/components/StatusDot/StatusDot.tsx +++ b/src/components/StatusDot/StatusDot.tsx @@ -18,8 +18,8 @@ const getStatusColor = ( export const StatusDot: React.FC = ({ status }) => (