File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -109,12 +109,14 @@ export function UpdateAvailableUI() {
109
109
< Regular className = 'mt-5 text-white opacity-80' style = { { fontSize : 11 } } >
110
110
Download size may vary. Usually around 15MB.
111
111
</ Regular >
112
- < View className = 'mt-5' style = { { gap : 5 } } >
112
+ < View className = 'mt-5' style = { { gap : 10 } } >
113
113
{ features . map ( ( item , index ) => (
114
- < Regular key = { index } className = 'text-white opacity-80' style = { { fontSize : 11 } } >
115
- • { ' ' }
116
- { item }
117
- </ Regular >
114
+ < View key = { index } className = 'flex-row items-center gap-4' >
115
+ < View className = 'size-1.5 rounded-full bg-white opacity-70' />
116
+ < Regular className = 'pr-3 text-white opacity-80' style = { { fontSize : 11 , lineHeight : 15 } } >
117
+ { item }
118
+ </ Regular >
119
+ </ View >
118
120
) ) }
119
121
</ View >
120
122
</ View >
You can’t perform that action at this time.
0 commit comments