-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme.json
93 lines (93 loc) · 1.9 KB
/
theme.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"layoutProps": {
"topPinned": false
},
"primaryButton": {
"width": "100%",
"backgroundColor": "#00AEFC",
"borderRadius": 100,
"maxWidth": 450,
"minWidth": 200,
"minHeight": 45
},
"primaryButtonText": {
"width": "100%",
"height": 45,
"lineHeight": 45,
"fontSize": 16,
"textAlign": "center",
"textAlignVertical": "center",
"color": "#fff"
},
"secondaryBtn": {
"width": "100%",
"borderColor": "#00AEFC",
"borderWidth": 1,
"borderRadius": 100,
"maxWidth": 450,
"minWidth": 200,
"minHeight": 45
},
"secondaryButtonText": {
"width": "100%",
"height": 45,
"lineHeight": 45,
"fontSize": 16,
"textAlign": "center",
"fontWeight": "500",
"textAlignVertical": "center",
"color": "#000"
},
"textInput": {
"width": "100%",
"paddingLeft": 8,
"paddingRight": 8,
"borderColor": "#00AEFC",
"borderRadius": 100,
"borderWidth": 1,
"textAlign": "center",
"color": "#333333",
"fontSize": 16,
"maxWidth": 450,
"minHeight": 45
},
"videoView": {
"flex": 12,
"backgroundColor": "#fff",
"flexDirection": "row"
},
"navHolder": {
"width": "100%",
"height": "6%",
"minHeight": 40,
"backgroundColor": "#f1f4f9",
"flexDirection": "row",
"alignItems": "center",
"justifyContent": "flex-end"
},
"controlsHolder": {
"minHeight": 80,
"maxHeight": "8%",
"backgroundColor": "#f1f4f9",
"flexDirection": "row",
"justifyContent": "space-evenly",
"position": "relative",
"margin": 0,
"bottom": 0
},
"localButton": {
"backgroundColor": "#fff",
"borderRadius": 23,
"width": 40,
"height": 40,
"display": "flex",
"alignSelf": "center",
"alignItems": "center",
"justifyContent": "center"
},
"buttonIcon": {
"width": "70%",
"height": "70%",
"tintColor": "#00AEFC"
}
}