mirror of
https://github.com/immich-app/immich.git
synced 2024-11-15 18:08:48 -07: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>
|
||||
|
||||
<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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user