-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathost-sdk-theme-config.js
More file actions
68 lines (58 loc) · 1.05 KB
/
Copy pathost-sdk-theme-config.js
File metadata and controls
68 lines (58 loc) · 1.05 KB
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
export default {
"nav_bar_logo_image": {
"asset_name": "header_icon"
},
"c1": {
"size": 14,
"color": "#484848",
"system_font_weight": "bold",
"alignment": "left"
},
"b1":{
"color":"#ffffff",
"size":15
},
"c2": {
"size": 12,
"color": "#6F6F6F",
"system_font_weight": "regular",
"alignment": "left"
},
"navigation_bar": {
"tint_color": "#61B2C9"
},
"navigation_bar_header": {
"tint_color": '#ffffff'
},
"icons": {
"close": {
"tint_color": "#ffffff"
},
"back":{
"tint_color": "#ffffff",
"source" : null
}
},
"cell_separator": {
"color": "#DBDBDB"
},
"link": {
"size": 14,
"color": "#007aff",
"system_font_weight": "medium",
"alignment": "left",
},
"status": {
"size": 14,
"color": "#0F9D58",
"system_font_weight": "regular",
"alignment": "left",
},
"form_field": {
"size":15,
"system_font_weight":"regular",
"color":"#484848",
"border_color": "#484848",
"alignment": "left"
}
}