File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ class Notif extends Component {
38
38
}
39
39
] }
40
40
>
41
- < Text style = { styles . text } > { this . props . answer } </ Text >
41
+ < Text style = { styles . text } > { this . props . answer . toUpperCase ( ) } </ Text >
42
42
< Text style = { styles . text } > { this . props . value } </ Text >
43
43
< ImageBackground source = { icon } style = { styles . icon } />
44
44
</ Animated . View >
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ const styles = StyleSheet.create({
6
6
top : 0 ,
7
7
left : 0 ,
8
8
right : 0 ,
9
- height : 100 ,
9
+ height : 150 ,
10
10
flexDirection : "column" ,
11
11
justifyContent : "center" ,
12
12
alignItems : "center" ,
Original file line number Diff line number Diff line change @@ -38,15 +38,15 @@ const styles = StyleSheet.create({
38
38
alignItems : "center"
39
39
} ,
40
40
Button : {
41
- width : 250 ,
41
+ width : 150 ,
42
42
borderRadius : 50 ,
43
43
height : 45 ,
44
44
backgroundColor : "#00aeefff" ,
45
- marginBottom : 10
45
+ marginBottom : 30
46
46
} ,
47
47
ButtonText : {
48
48
fontFamily : 'bold' ,
49
- fontSize : 13 ,
49
+ fontSize : 20 ,
50
50
color : "white"
51
51
}
52
52
} ) ;
You can’t perform that action at this time.
0 commit comments