diff --git a/apps/zui/src/components/forms.module.css b/apps/zui/src/components/forms.module.css index 39f802376c..c2d137b132 100644 --- a/apps/zui/src/components/forms.module.css +++ b/apps/zui/src/components/forms.module.css @@ -197,8 +197,3 @@ flex-direction: column; gap: 10px; } - -.form input[readonly] { - border: none; - padding: 0 var(--form-border-radius); -} diff --git a/apps/zui/src/js/components/LakeModals/LakeForm.tsx b/apps/zui/src/js/components/LakeModals/LakeForm.tsx index 1b010a1d4c..179cfca654 100644 --- a/apps/zui/src/js/components/LakeModals/LakeForm.tsx +++ b/apps/zui/src/js/components/LakeModals/LakeForm.tsx @@ -147,8 +147,8 @@ const LakeForm = ({onClose, lake}: Props) => { return (