File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ export const defaultStyles = StyleSheet.create({
12
12
flex : 1 ,
13
13
} ,
14
14
modalViewMiddle : {
15
- height : 44 ,
15
+ height : 45 ,
16
16
flexDirection : 'row' ,
17
17
justifyContent : 'space-between' ,
18
18
alignItems : 'center' ,
19
19
paddingHorizontal : 10 ,
20
- backgroundColor : '#EFF1F2 ' ,
21
- borderTopWidth : 0.5 ,
22
- borderTopColor : '#919498 ' ,
20
+ backgroundColor : '#f8f8f8 ' ,
21
+ borderTopWidth : 1 ,
22
+ borderTopColor : '#dedede ' ,
23
23
zIndex : 2 ,
24
24
} ,
25
25
chevronContainer : {
@@ -29,7 +29,7 @@ export const defaultStyles = StyleSheet.create({
29
29
width : 15 ,
30
30
height : 15 ,
31
31
backgroundColor : 'transparent' ,
32
- borderColor : '#D0D4DB ' ,
32
+ borderColor : '#a1a1a1 ' ,
33
33
borderTopWidth : 1.5 ,
34
34
borderRightWidth : 1.5 ,
35
35
} ,
@@ -42,18 +42,18 @@ export const defaultStyles = StyleSheet.create({
42
42
transform : [ { translateY : - 5 } , { rotate : '135deg' } ] ,
43
43
} ,
44
44
chevronActive : {
45
- borderColor : '#007AFE ' ,
45
+ borderColor : '#007aff ' ,
46
46
} ,
47
47
done : {
48
- color : '#007AFE ' ,
49
- fontWeight : 'bold ' ,
50
- fontSize : 15 ,
48
+ color : '#007aff ' ,
49
+ fontWeight : '600 ' ,
50
+ fontSize : 17 ,
51
51
paddingTop : 1 ,
52
- paddingRight : 2 ,
52
+ paddingRight : 11 ,
53
53
} ,
54
54
modalViewBottom : {
55
55
justifyContent : 'center' ,
56
- backgroundColor : '#D0D4DB ' ,
56
+ backgroundColor : '#d0d4da ' ,
57
57
} ,
58
58
placeholder : {
59
59
color : '#C7C7CD' ,
You can’t perform that action at this time.
0 commit comments