File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -187,20 +187,21 @@ const styles = StyleSheet.create({
187187 pairRow : {
188188 flexDirection : 'row' ,
189189 alignItems : 'center' ,
190- paddingVertical : 8 ,
190+ paddingVertical : 4 ,
191+ paddingHorizontal : 4 ,
191192 } ,
192193 pairStackedContent : {
193194 flex : 1 ,
194195 marginRight : 8 ,
195196 } ,
196197 pairStackedKey : {
197- fontSize : 15 ,
198+ fontSize : 14 ,
198199 color : AppColors . osGrey700 ,
199200 fontWeight : '500' ,
200201 marginBottom : 2 ,
201202 } ,
202203 pairStackedValue : {
203- fontSize : 14 ,
204+ fontSize : 12 ,
204205 color : AppColors . osGrey600 ,
205206 } ,
206207 pairKey : {
@@ -223,32 +224,32 @@ const styles = StyleSheet.create({
223224 singleRow : {
224225 flexDirection : 'row' ,
225226 alignItems : 'center' ,
226- paddingVertical : 8 ,
227+ paddingVertical : 4 ,
228+ paddingHorizontal : 4 ,
227229 } ,
228230 singleValue : {
229231 flex : 1 ,
230232 fontSize : 14 ,
231233 color : AppColors . osGrey700 ,
232234 } ,
233235 emptyContainer : {
234- paddingVertical : 8 ,
236+ paddingVertical : 12 ,
235237 alignItems : 'center' ,
236238 } ,
237239 emptyText : {
238240 fontSize : 14 ,
239241 color : AppColors . osGrey600 ,
240- fontStyle : 'italic' ,
241242 } ,
242243 divider : {
243244 height : 1 ,
244245 backgroundColor : AppColors . osDivider ,
245246 } ,
246247 moreButton : {
247- paddingVertical : 8 ,
248+ paddingVertical : 4 ,
248249 alignItems : 'center' ,
249250 } ,
250251 moreText : {
251- fontSize : 13 ,
252+ fontSize : 14 ,
252253 color : AppColors . osPrimary ,
253254 fontWeight : '500' ,
254255 } ,
Original file line number Diff line number Diff line change @@ -49,9 +49,8 @@ const styles = StyleSheet.create({
4949 marginRight : 12 ,
5050 } ,
5151 label : {
52- fontSize : 15 ,
52+ fontSize : 14 ,
5353 color : '#212121' ,
54- fontWeight : '500' ,
5554 } ,
5655 description : {
5756 fontSize : 12 ,
Original file line number Diff line number Diff line change @@ -89,27 +89,25 @@ const styles = StyleSheet.create({
8989 color : AppColors . osGrey600 ,
9090 } ,
9191 idValue : {
92- fontSize : 13 ,
92+ fontSize : 12 ,
9393 color : AppColors . osGrey700 ,
9494 flex : 1 ,
9595 textAlign : 'right' ,
9696 marginLeft : 8 ,
9797 fontFamily : 'monospace' ,
9898 } ,
9999 banner : {
100+ ...AppTheme . card ,
100101 backgroundColor : AppColors . osWarningBackground ,
101- borderRadius : 8 ,
102- padding : 12 ,
103102 marginBottom : AppSpacing . gap ,
104103 } ,
105104 bannerText : {
106- fontSize : 13 ,
105+ fontSize : 12 ,
107106 color : AppColors . osGrey700 ,
108- marginBottom : 4 ,
109107 } ,
110108 bannerLink : {
111- fontSize : 13 ,
109+ fontSize : 12 ,
112110 color : AppColors . osPrimary ,
113- fontWeight : '500 ' ,
111+ fontWeight : '600 ' ,
114112 } ,
115113} ) ;
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ const styles = StyleSheet.create({
6565 minWidth : 60 ,
6666 } ,
6767 idValue : {
68- fontSize : 13 ,
68+ fontSize : 12 ,
6969 color : AppColors . osGrey700 ,
7070 flex : 1 ,
7171 textAlign : 'right' ,
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ const styles = StyleSheet.create({
6161 justifyContent : 'flex-start' ,
6262 } ,
6363 icon : {
64- marginRight : 10 ,
64+ marginRight : 8 ,
6565 } ,
6666 label : {
6767 fontSize : 14 ,
Original file line number Diff line number Diff line change @@ -250,9 +250,9 @@ const styles = StyleSheet.create({
250250 color : AppColors . osGrey600 ,
251251 } ,
252252 statusValue : {
253- fontSize : 14 ,
253+ fontSize : 12 ,
254254 color : AppColors . osGrey700 ,
255- fontWeight : '500 ' ,
255+ fontFamily : 'monospace ' ,
256256 } ,
257257 loggedInText : {
258258 color : AppColors . osSuccess ,
You can’t perform that action at this time.
0 commit comments