forked from vergnet/application-amicale
Reduced image size
This commit is contained in:
parent
87f0c01024
commit
62db99cac7
1 changed files with 2 additions and 2 deletions
|
@ -33,8 +33,8 @@ export default class ImageListItem extends React.Component<Props> {
|
||||||
<View>
|
<View>
|
||||||
<Image
|
<Image
|
||||||
style={{
|
style={{
|
||||||
width: 100,
|
width: 80,
|
||||||
height: 100,
|
height: 80,
|
||||||
marginLeft: 'auto',
|
marginLeft: 'auto',
|
||||||
marginRight: 'auto',
|
marginRight: 'auto',
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Reference in a new issue