mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-04 03:27:09 -05:00 
			
		
		
		
	Update font size of 'create shared album' button to keep the text on one line
This commit is contained in:
		
							parent
							
								
									a3b45d62b6
								
							
						
					
					
						commit
						6924aa5eb1
					
				@ -49,7 +49,7 @@ class SharingSliverAppBar extends StatelessWidget {
 | 
			
		||||
                    ),
 | 
			
		||||
                    label: const Text(
 | 
			
		||||
                      "Create shared album",
 | 
			
		||||
                      style: TextStyle(fontWeight: FontWeight.bold, fontSize: 13),
 | 
			
		||||
                      style: TextStyle(fontWeight: FontWeight.bold, fontSize: 12),
 | 
			
		||||
                    ),
 | 
			
		||||
                  ),
 | 
			
		||||
                ),
 | 
			
		||||
@ -69,7 +69,7 @@ class SharingSliverAppBar extends StatelessWidget {
 | 
			
		||||
                    ),
 | 
			
		||||
                    label: const Text(
 | 
			
		||||
                      "Share with partner",
 | 
			
		||||
                      style: TextStyle(fontWeight: FontWeight.bold, fontSize: 13),
 | 
			
		||||
                      style: TextStyle(fontWeight: FontWeight.bold, fontSize: 12),
 | 
			
		||||
                    ),
 | 
			
		||||
                  ),
 | 
			
		||||
                ),
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user