diff options
author | Ivan Chen <ivan@tagg.id> | 2021-05-07 19:17:37 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-05-07 19:17:37 -0400 |
commit | 67981afac39be67de4fcae97826cee435ab1dc29 (patch) | |
tree | f65f2a428fa90d718248b6f1a12675187a833aed /src/components/onboarding/ArrowButton.tsx | |
parent | 8c20f573c29e9e42046aeeefbc786ca30aa74e68 (diff) |
updated styling
Diffstat (limited to 'src/components/onboarding/ArrowButton.tsx')
-rw-r--r-- | src/components/onboarding/ArrowButton.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/onboarding/ArrowButton.tsx b/src/components/onboarding/ArrowButton.tsx index 78dbab32..dcf559a8 100644 --- a/src/components/onboarding/ArrowButton.tsx +++ b/src/components/onboarding/ArrowButton.tsx @@ -38,8 +38,8 @@ const ArrowButton: React.FC<ArrowButtonProps> = (props) => { const styles = StyleSheet.create({ image: { - // width: '100%', - // height: '100%', + width: '100%', + height: '100%', }, }); |