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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -113,7 +113,7 @@
};
</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
class="relative w-full dark:text-gray-300 text-gray-700 text-base"
use:clickOutside={{ onOutclick: deactivate }}