Improve mascot size

This commit is contained in:
Arnaud Vergnet 2020-08-25 18:55:46 +02:00
parent d38f11d45f
commit 0dae9c08b5
2 changed files with 2 additions and 2 deletions

View file

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

View file

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