diff options
Diffstat (limited to 'extension/react-app/src/components')
-rw-r--r-- | extension/react-app/src/components/Loader.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extension/react-app/src/components/Loader.tsx b/extension/react-app/src/components/Loader.tsx index 3bf10b1e..55f4f31f 100644 --- a/extension/react-app/src/components/Loader.tsx +++ b/extension/react-app/src/components/Loader.tsx @@ -6,6 +6,7 @@ import { PlayIcon } from "@heroicons/react/24/outline"; const DEFAULT_SIZE = "28px"; const FlashingDiv = styled.div` + margin-top: 16px; margin: auto; width: ${DEFAULT_SIZE}; animation: flash 1.2s infinite ease-in-out; |