1
0
Fork 0

Improve mascot size

Dieser Commit ist enthalten in:
Arnaud Vergnet 2020-08-25 18:55:46 +02:00
Ursprung d38f11d45f
Commit 0dae9c08b5
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen

Datei anzeigen

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

Datei anzeigen

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