From 0e3f48c8ba131ae51ae26ee6052485e0e6fdbc90 Mon Sep 17 00:00:00 2001 From: Vass Bence <49574140+vassbence@users.noreply.github.com> Date: Thu, 1 Aug 2024 13:16:04 +0200 Subject: [PATCH] feat(loader): add missing wrapper comp --- src/components/Loader/index.tsx | 156 ++++++++++++++++++-------------- 1 file changed, 90 insertions(+), 66 deletions(-) diff --git a/src/components/Loader/index.tsx b/src/components/Loader/index.tsx index 620cd9e..3709972 100644 --- a/src/components/Loader/index.tsx +++ b/src/components/Loader/index.tsx @@ -15,83 +15,107 @@ function Loader({ value, color = 'neutral' }: LoaderProps) { if (infinite) { return ( +