From 57aa6eedf77786fd789e7603d7956894b3b11548 Mon Sep 17 00:00:00 2001 From: MahtabBukhari Date: Mon, 19 Aug 2024 08:43:53 +0500 Subject: [PATCH] fix(loading-word): on splash screen loading should be aligned --- src/components/App/Splash/animated.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/App/Splash/animated.tsx b/src/components/App/Splash/animated.tsx index 432afa5ee..389948b51 100644 --- a/src/components/App/Splash/animated.tsx +++ b/src/components/App/Splash/animated.tsx @@ -57,6 +57,7 @@ const TextWrapper = styled.div` line-height: normal; letter-spacing: 1.5px; text-transform: uppercase; + margin-left: 4px; } .value-wrapper {