Improve mascot size
這個提交存在於:
父節點
d38f11d45f
當前提交
0dae9c08b5
共有 2 個檔案被更改,包括 2 行新增 和 2 行删除
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
載入中…
新增問題並參考