Changes padding to margin, and sets 32 (#6438)

This commit is contained in:
Shaz MJ
2022-06-29 11:04:07 +10:00
committed by GitHub
parent f8140f2117
commit 433071a502

View File

@@ -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,