| 
					
				 | 
			
			
				@@ -162,6 +162,7 @@ fun Started(navHostController: NavHostController) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         text = context.getString(R.string.secure_fast), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         color = colorResource(id = R.color.white), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         style = MaterialTheme.typography.titleLarge, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                        lineHeight = 30.sp 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     ) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     Text( 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         modifier = Modifier 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -195,7 +196,6 @@ fun Started(navHostController: NavHostController) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 ) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     Button( 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         onClick = { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                            Log.d("test_button", "onClick Send Code") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             navHostController.popBackStack() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             navHostController.navigate(Screen.Login.route) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         }, 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -218,12 +218,10 @@ fun Started(navHostController: NavHostController) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         Text(text = context.getString(R.string.signin), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             style = MaterialTheme.typography.customTypography.labelMedium, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         ) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                        Log.d("test_button", "RowScope") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     Button( 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         onClick = { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                            Log.d("test_button", "onClick Send Code") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             navHostController.popBackStack() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             navHostController.navigate(Screen.SignUp.route) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         }, 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -246,8 +244,9 @@ fun Started(navHostController: NavHostController) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     ) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         Text(text = context.getString(R.string.signup), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                            style = MaterialTheme.typography.customTypography.labelMedium,) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                        Log.d("test_button", "RowScope") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                            style = MaterialTheme.typography.customTypography.labelMedium, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                            lineHeight = 15.sp 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                            ) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             } 
			 |