1
0
mirror of https://github.com/immich-app/immich.git synced 2025-07-14 07:04:24 +02: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:
Florian Karuhtz
2024-07-11 17:23:58 +02:00
committed by GitHub
parent b2dd4e1c2b
commit c50ac55892

View File

@ -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 }}