Fixed build error #29

Merged
ameye merged 1 commits from first-homepage-layout into master 2024-03-23 10:58:39 +00:00
+2 -1
View File
@@ -43,7 +43,8 @@ const DebitAccount: React.FC = () => {
<div className="max-w-[578px] flex items-center"> <div className="max-w-[578px] flex items-center">
<input <input
type="checkbox" type="checkbox"
checked={true} // checked={true}
defaultChecked
// onChange={onChange} // onChange={onChange}
className="form-checkbox h-[25px] w-[25px] rounded-sm text-[#5c2684] " className="form-checkbox h-[25px] w-[25px] rounded-sm text-[#5c2684] "
style={{ backgroundColor: "#5C2684" }} style={{ backgroundColor: "#5C2684" }}