summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2024-02-11 09:44:29 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2024-02-11 04:39:55 +0000
commitdfda3b7206c907e8fcc7802120ebd0bbbcba717a (patch)
tree7463e7bd7e55d2ac598e30055a8fc15afa603ee9 /src
parent6.7.1-nightly.15 [skip ci] (diff)
downloadferdium-app-dfda3b7206c907e8fcc7802120ebd0bbbcba717a.tar.gz
ferdium-app-dfda3b7206c907e8fcc7802120ebd0bbbcba717a.tar.zst
ferdium-app-dfda3b7206c907e8fcc7802120ebd0bbbcba717a.zip
remove unused '@types/react-loader' pkg
Diffstat (limited to 'src')
-rw-r--r--src/components/ui/loader/index.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/ui/loader/index.tsx b/src/components/ui/loader/index.tsx
index 2cee00d96..2c6e2bff4 100644
--- a/src/components/ui/loader/index.tsx
+++ b/src/components/ui/loader/index.tsx
@@ -29,11 +29,11 @@ class LoaderComponent extends Component<IProps> {
29 const { 29 const {
30 classes, 30 classes,
31 className, 31 className,
32 size = 36, 32 size = 100,
33 color = this.props.stores?.settings.app.accentColor, 33 color = this.props.stores?.settings.app.accentColor,
34 loaded = false, 34 loaded = false,
35 } = this.props; 35 } = this.props;
36 const loaderColor = color || '#FFFFFF'; 36 const loaderColor = color ?? '#FFFFFF';
37 37
38 return ( 38 return (
39 <div 39 <div