From 433071a50255b7d1efd9547662cee18eba65cafa Mon Sep 17 00:00:00 2001 From: Shaz MJ Date: Wed, 29 Jun 2022 11:04:07 +1000 Subject: [PATCH] Changes padding to margin, and sets 32 (#6438) --- app/screens/gallery/footer/avatar/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/screens/gallery/footer/avatar/index.tsx b/app/screens/gallery/footer/avatar/index.tsx index 4e5ea30ef7..90001cef42 100644 --- a/app/screens/gallery/footer/avatar/index.tsx +++ b/app/screens/gallery/footer/avatar/index.tsx @@ -19,9 +19,9 @@ type Props = { const styles = StyleSheet.create({ avatarContainer: { backgroundColor: 'rgba(255, 255, 255, 0.4)', - padding: 2, - width: 34, - height: 34, + margin: 2, + width: 32, + height: 32, }, avatar: { height: 32,