From 2af77aad8d83a048a793818c86cf7176de0e7ac0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Thu, 22 Aug 2024 18:19:00 +0200 Subject: [PATCH] Improve placeholder style MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- src/features/placeholder/components/placeholder-status.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/placeholder/components/placeholder-status.tsx b/src/features/placeholder/components/placeholder-status.tsx index 3c5da4f17..d3c484f18 100644 --- a/src/features/placeholder/components/placeholder-status.tsx +++ b/src/features/placeholder/components/placeholder-status.tsx @@ -12,7 +12,7 @@ interface IPlaceholderStatus { } /** Fake status to display while data is loading. */ -const PlaceholderStatus: React.FC = React.memo(({ variant }) => ( +const PlaceholderStatus: React.FC = React.memo(({ variant = 'rounded' }) => (