diff --git a/pages/verification/index.tsx b/pages/verification/index.tsx index 76d7d1e..f48548e 100644 --- a/pages/verification/index.tsx +++ b/pages/verification/index.tsx @@ -390,16 +390,13 @@ export default function VerificationPage() { setCheckedItems={setCheckedItems} /> - - { - setIsAgree(!isAgree); - }} - readOnly - /> - I check that Osmo is required for this transaction + { + setIsAgree(!isAgree); + }} + > + I + check that Osmo is required for this transaction @@ -481,10 +478,13 @@ const AgreeContainer = styled.div` line-height: 0.8rem; text-transform: uppercase; + user-select: none; color: ${color.grey["400"]}; padding: 2rem 0; + + cursor: pointer; `; const AgreeCheckBox = styled.input.attrs({ type: "checkbox" })`