Showing
2 changed files
with
2 additions
and
2 deletions
| ... | @@ -35,7 +35,7 @@ const RateMessage = ({keywordText, score }) => { | ... | @@ -35,7 +35,7 @@ const RateMessage = ({keywordText, score }) => { |
| 35 | const styles = StyleSheet.create({ | 35 | const styles = StyleSheet.create({ |
| 36 | surface: { | 36 | surface: { |
| 37 | padding: 8, | 37 | padding: 8, |
| 38 | - flex: 0.2, | 38 | + flex: 0.3, |
| 39 | width: '95%', | 39 | width: '95%', |
| 40 | alignItems: 'center', | 40 | alignItems: 'center', |
| 41 | justifyContent: 'center', | 41 | justifyContent: 'center', | ... | ... |
| ... | @@ -43,7 +43,7 @@ const RateSentence = ({originalText, fixedText, keywordText }) => { | ... | @@ -43,7 +43,7 @@ const RateSentence = ({originalText, fixedText, keywordText }) => { |
| 43 | const styles = StyleSheet.create({ | 43 | const styles = StyleSheet.create({ |
| 44 | surface: { | 44 | surface: { |
| 45 | padding: 8, | 45 | padding: 8, |
| 46 | - flex: 0.2, | 46 | + flex: 0.3, |
| 47 | width: '95%', | 47 | width: '95%', |
| 48 | alignItems: 'center', | 48 | alignItems: 'center', |
| 49 | justifyContent: 'center', | 49 | justifyContent: 'center', | ... | ... |
-
Please register or login to post a comment