File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
lib/components/shared-components/settings Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ input:focus-visible {
128
128
129
129
@layer utilities {
130
130
.immich-form-input {
131
- @apply rounded-xl bg-slate-200 px-3 py-3 text-sm focus:border-immich-primary disabled:cursor-not-allowed disabled:bg-gray-400 disabled:text-gray-400 dark:bg-gray-600 dark:text-immich-dark-fg dark:disabled:bg-gray-800 dark:disabled:text-gray-200;
131
+ @apply rounded-xl bg-slate-200 px-3 py-3 text-sm focus:border-immich-primary disabled:cursor-not-allowed disabled:bg-gray-400 disabled:text-gray-100 dark:bg-gray-600 dark:text-immich-dark-fg dark:disabled:bg-gray-800 dark:disabled:text-gray-200;
132
132
}
133
133
134
134
.immich-form-label {
Original file line number Diff line number Diff line change 71
71
72
72
<div class =" mb-4 w-full" >
73
73
<div class =" flex place-items-center gap-1" >
74
- <label class ="font-medium text-immich-primary dark:text-immich-dark-primary text-sm" for ={label }>{label }</label >
74
+ <label class ="font-medium text-immich-primary dark:text-immich-dark-primary text-sm min-h-6" for ={label }
75
+ >{label }</label
76
+ >
75
77
{#if required }
76
78
<div class =" text-red-400" >*</div >
77
79
{/if }
109
111
max ={max .toString ()}
110
112
{step }
111
113
{required }
112
- { value }
114
+ bind: value
113
115
onchange ={handleChange }
114
116
{disabled }
115
117
{title }
129
131
max ={max .toString ()}
130
132
{step }
131
133
{required }
132
- { value }
134
+ bind: value
133
135
onchange ={handleChange }
134
136
{disabled }
135
137
{title }
You can’t perform that action at this time.
0 commit comments