mirror of
https://github.com/immich-app/immich.git
synced 2025-01-21 00:52:43 -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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue