From f9d3aa69ebc8cd79131f195dbd6e010cdc24b6b9 Mon Sep 17 00:00:00 2001 From: daryl Date: Wed, 14 Aug 2024 16:20:36 +0800 Subject: [PATCH] fix(rgbdigest): loading --- src/components/AwesomeLoadings/SmallSpinner/index.tsx | 6 +----- .../TransactionRGBPPDigestModal/styles.module.scss | 1 - 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/src/components/AwesomeLoadings/SmallSpinner/index.tsx b/src/components/AwesomeLoadings/SmallSpinner/index.tsx index 0fea5faf8..f243d9340 100644 --- a/src/components/AwesomeLoadings/SmallSpinner/index.tsx +++ b/src/components/AwesomeLoadings/SmallSpinner/index.tsx @@ -2,10 +2,6 @@ import styles from './styles.module.scss' import { ReactComponent as SmallSpinner } from '../../../assets/small-spinner.svg' const Loading = () => { - return ( -
- -
- ) + return } export default Loading diff --git a/src/components/TransactionItem/TransactionRGBPPDigestModal/styles.module.scss b/src/components/TransactionItem/TransactionRGBPPDigestModal/styles.module.scss index feca7c78d..e165ada8e 100644 --- a/src/components/TransactionItem/TransactionRGBPPDigestModal/styles.module.scss +++ b/src/components/TransactionItem/TransactionRGBPPDigestModal/styles.module.scss @@ -17,7 +17,6 @@ @media screen and (max-width: $mobileBreakPoint) { width: 90%; padding: 16px; - margin: 178px auto; } }