diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-01-20 13:19:18 -0500 |
|---|---|---|
| committer | Ivan Chen <ivan@tagg.id> | 2021-01-20 13:19:18 -0500 |
| commit | 61a848800100596c78e07f57353880e630954d24 (patch) | |
| tree | 5caaf5afdc3dcbb975cab88cc96d7baa5527306d | |
| parent | 6b8a6a481f751d274909178c2b14592514799189 (diff) | |
made the icon bigger
| -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, }, }); |
