diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/components/common/TaggLoadingIndicator.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/common/TaggLoadingIndicator.tsx b/src/components/common/TaggLoadingIndicator.tsx index e518c926..91c68622 100644 --- a/src/components/common/TaggLoadingIndicator.tsx +++ b/src/components/common/TaggLoadingIndicator.tsx @@ -45,8 +45,8 @@ const styles = StyleSheet.create({ icon: { alignSelf: 'center', justifyContent: 'center', - width: '30%', - height: '5%', + width: '40%', + aspectRatio: 2, }, }); |