Fix mascot size on thinner displays

このコミットが含まれているのは:
Arnaud Vergnet 2020-08-25 18:41:40 +02:00
コミット d38f11d45f
2個のファイルの変更2行の追加2行の削除

ファイルの表示

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

ファイルの表示

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