mirror of
https://github.com/immich-app/immich.git
synced 2025-12-10 09:33:58 +09:00
fix: Use CSS for uppercase text (#22011)
This commit is contained in:
@@ -76,7 +76,7 @@
|
||||
|
||||
<div class="mb-4 w-full">
|
||||
<div class="flex place-items-center gap-1">
|
||||
<label class="font-medium text-immich-primary dark:text-immich-dark-primary text-sm min-h-6" for={label}
|
||||
<label class="font-medium text-immich-primary dark:text-immich-dark-primary text-sm min-h-6 uppercase" for={label}
|
||||
>{label}</label
|
||||
>
|
||||
{#if required}
|
||||
|
||||
Reference in New Issue
Block a user