From e9a1f1050211380f6f1938d90663c24440e83f45 Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Wed, 27 Sep 2023 21:04:01 -0300 Subject: [PATCH] Fixed skeleton lines changing --- src/frontend/src/components/skeletonCardComponent/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/frontend/src/components/skeletonCardComponent/index.tsx b/src/frontend/src/components/skeletonCardComponent/index.tsx index a9857e4f4..6fe086973 100644 --- a/src/frontend/src/components/skeletonCardComponent/index.tsx +++ b/src/frontend/src/components/skeletonCardComponent/index.tsx @@ -5,11 +5,11 @@ export const SkeletonCardComponent = (): JSX.Element => {
- +
- - + +
);