diff options
author | crupest <crupest@outlook.com> | 2021-05-06 15:32:02 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-05-06 15:32:02 +0800 |
commit | ffbc90d0c9b9dc15d0c2f327a669d9385fce9590 (patch) | |
tree | 57859c57a9c58d9d0c58de14f4e09b84e23af514 /FrontEnd/src/app/views/common/LoadingButton.tsx | |
parent | 2c6cf0502b5d6cc5bf972310232f71ec543847ef (diff) | |
download | timeline-ffbc90d0c9b9dc15d0c2f327a669d9385fce9590.tar.gz timeline-ffbc90d0c9b9dc15d0c2f327a669d9385fce9590.tar.bz2 timeline-ffbc90d0c9b9dc15d0c2f327a669d9385fce9590.zip |
...
Diffstat (limited to 'FrontEnd/src/app/views/common/LoadingButton.tsx')
-rw-r--r-- | FrontEnd/src/app/views/common/LoadingButton.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/app/views/common/LoadingButton.tsx b/FrontEnd/src/app/views/common/LoadingButton.tsx index 154334a7..cd9f1adc 100644 --- a/FrontEnd/src/app/views/common/LoadingButton.tsx +++ b/FrontEnd/src/app/views/common/LoadingButton.tsx @@ -16,7 +16,7 @@ const LoadingButton: React.FC<{ loading?: boolean } & ButtonProps> = ({ {otherProps.children} {loading ? ( <Spinner - className="ml-1" + className="ms-1" variant={variant} animation="grow" size="sm" |