refactor(FE): Remove redundant input bg class from TextInputs

This commit is contained in:
rstubryan
2026-01-26 09:51:37 +07:00
parent 56326cc8d2
commit 47e51e0105
@@ -1369,9 +1369,6 @@ const MovementForm = ({ type = 'add', initialValues }: MovementFormProps) => {
}
readOnly
disabled
className={{
input: 'bg-base-200',
}}
/>
<TextInput
label='Lokasi'
@@ -1382,9 +1379,6 @@ const MovementForm = ({ type = 'add', initialValues }: MovementFormProps) => {
}
readOnly
disabled
className={{
input: 'bg-base-200',
}}
/>
</div>
</Card>
@@ -1433,9 +1427,6 @@ const MovementForm = ({ type = 'add', initialValues }: MovementFormProps) => {
}
readOnly
disabled
className={{
input: 'bg-base-200',
}}
/>
<TextInput
label='Lokasi'
@@ -1446,9 +1437,6 @@ const MovementForm = ({ type = 'add', initialValues }: MovementFormProps) => {
}
readOnly
disabled
className={{
input: 'bg-base-200',
}}
/>
</div>
</Card>