Improve mascot size
This commit is contained in:
부모
d38f11d45f
커밋
0dae9c08b5
2개의 변경된 파일과 2개의 추가작업 그리고 2개의 파일을 삭제
|
@ -24,7 +24,7 @@ class MascotIntroEnd extends React.Component<null> {
|
|||
<Mascot
|
||||
style={{
|
||||
...styles.center,
|
||||
width: '100%',
|
||||
width: '80%',
|
||||
}}
|
||||
emotion={MASCOT_STYLE.COOL}
|
||||
animated
|
||||
|
|
|
@ -26,7 +26,7 @@ class MascotIntroWelcome extends React.Component<null> {
|
|||
<Mascot
|
||||
style={{
|
||||
...styles.center,
|
||||
width: '100%',
|
||||
width: '80%',
|
||||
}}
|
||||
emotion={MASCOT_STYLE.NORMAL}
|
||||
animated
|
||||
|
|
불러오는 중…
Reference in a new issue