File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -114,10 +114,10 @@ export function Transaction() {
114114 return (
115115 < >
116116 < Screen title = "Transaction" />
117- < View className = "flex-1 p-6 pt-12 " >
117+ < View className = "flex-1 pt-2 " >
118118 < ScrollView showsVerticalScrollIndicator = { false } >
119- < View className = "flex gap-10 " >
120- < View className = "flex gap-8 justify-center items-center" >
119+ < View className = "flex-1 p-6 pt-10 gap-12 " >
120+ < View className = "flex gap-10 justify-center items-center" >
121121 < View className = "flex items-center gap-8" >
122122 < View
123123 className = { cn (
@@ -320,12 +320,12 @@ function TransactionDetailRow(props: {
320320 } ) ;
321321 } }
322322 >
323- < Text className = { cn ( "font-medium2" , props . className ) } >
323+ < Text className = { cn ( "font-medium2 flex-shrink " , props . className ) } >
324324 { props . content }
325325 </ Text >
326326 </ TouchableOpacity >
327327 ) : (
328- < Text className = { cn ( "font-medium2" , props . className ) } >
328+ < Text className = { cn ( "font-medium2 flex-shrink " , props . className ) } >
329329 { props . content }
330330 </ Text >
331331 ) }
You can’t perform that action at this time.
0 commit comments