Improve mascot size

Šī revīzija ir iekļauta:
Arnaud Vergnet 2020-08-25 18:55:46 +02:00
vecāks d38f11d45f
revīzija 0dae9c08b5
2 mainīti faili ar 2 papildinājumiem un 2 dzēšanām

Parādīt failu

@ -24,7 +24,7 @@ class MascotIntroEnd extends React.Component<null> {
<Mascot
style={{
...styles.center,
width: '100%',
width: '80%',
}}
emotion={MASCOT_STYLE.COOL}
animated

Parādīt failu

@ -26,7 +26,7 @@ class MascotIntroWelcome extends React.Component<null> {
<Mascot
style={{
...styles.center,
width: '100%',
width: '80%',
}}
emotion={MASCOT_STYLE.NORMAL}
animated