mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-03 19:29:32 -05:00 
			
		
		
		
	chore(web): use "immich-form-label" class for combobox label (#10254)
use "immich-form-label" class for combobox label
This commit is contained in:
		
							parent
							
								
									b2dd4e1c2b
								
							
						
					
					
						commit
						c50ac55892
					
				@ -113,7 +113,7 @@
 | 
				
			|||||||
  };
 | 
					  };
 | 
				
			||||||
</script>
 | 
					</script>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<label class="text-sm text-black dark:text-white" class:sr-only={hideLabel} for={inputId}>{label}</label>
 | 
					<label class="immich-form-label" class:sr-only={hideLabel} for={inputId}>{label}</label>
 | 
				
			||||||
<div
 | 
					<div
 | 
				
			||||||
  class="relative w-full dark:text-gray-300 text-gray-700 text-base"
 | 
					  class="relative w-full dark:text-gray-300 text-gray-700 text-base"
 | 
				
			||||||
  use:clickOutside={{ onOutclick: deactivate }}
 | 
					  use:clickOutside={{ onOutclick: deactivate }}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user