Changes padding to margin, and sets 32 (#6438)
This commit is contained in:
parent
f8140f2117
commit
433071a502
1 changed files with 3 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue