|  |  |  | @ -31,16 +31,16 @@ import 'package:hmg_patient_app_new/extensions/string_extensions.dart'; | 
		
	
		
			
				|  |  |  |  |           child: Column( | 
		
	
		
			
				|  |  |  |  |             mainAxisSize: MainAxisSize.min, | 
		
	
		
			
				|  |  |  |  |             children: [ | 
		
	
		
			
				|  |  |  |  |               const Text( | 
		
	
		
			
				|  |  |  |  |                 "Please select a profile", | 
		
	
		
			
				|  |  |  |  |                 style: TextStyle(fontSize: 18, fontWeight: FontWeight.bold), | 
		
	
		
			
				|  |  |  |  |               ), | 
		
	
		
			
				|  |  |  |  |               const SizedBox(height: 6), | 
		
	
		
			
				|  |  |  |  |               const Text( | 
		
	
		
			
				|  |  |  |  |                 "Switch from the below list of medical file", | 
		
	
		
			
				|  |  |  |  |                 style: TextStyle(fontSize: 14, color: Colors.grey), | 
		
	
		
			
				|  |  |  |  |                 textAlign: TextAlign.center, | 
		
	
		
			
				|  |  |  |  |               ), | 
		
	
		
			
				|  |  |  |  |               // const Text( | 
		
	
		
			
				|  |  |  |  |               //   "Please select a profile", | 
		
	
		
			
				|  |  |  |  |               //   style: TextStyle(fontSize: 18, fontWeight: FontWeight.bold), | 
		
	
		
			
				|  |  |  |  |               // ), | 
		
	
		
			
				|  |  |  |  |               // const SizedBox(height: 6), | 
		
	
		
			
				|  |  |  |  |               // const Text( | 
		
	
		
			
				|  |  |  |  |               //   "Switch from the below list of medical file", | 
		
	
		
			
				|  |  |  |  |               //   style: TextStyle(fontSize: 14, color: Colors.grey), | 
		
	
		
			
				|  |  |  |  |               //   textAlign: TextAlign.center, | 
		
	
		
			
				|  |  |  |  |               // ), | 
		
	
		
			
				|  |  |  |  |               const SizedBox(height: 20), | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  |               // ✅ GridView inside scroll | 
		
	
	
		
			
				
					|  |  |  | @ -108,8 +108,9 @@ import 'package:hmg_patient_app_new/extensions/string_extensions.dart'; | 
		
	
		
			
				|  |  |  |  |                               text: 'Active', | 
		
	
		
			
				|  |  |  |  |                               backgroundColor: Colors.grey.shade200, | 
		
	
		
			
				|  |  |  |  |                               borderColor: Colors.grey.shade200, | 
		
	
		
			
				|  |  |  |  |                               textColor: Colors.black, | 
		
	
		
			
				|  |  |  |  |                               textColor: AppColors.greyTextColor, | 
		
	
		
			
				|  |  |  |  |                               fontSize: 13, | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  |                             ).paddingOnly(top: 8, bottom: 4) | 
		
	
		
			
				|  |  |  |  |                           else | 
		
	
		
			
				|  |  |  |  |                             CustomButton( | 
		
	
	
		
			
				
					|  |  |  | 
 |