From 0dd50d218bddb02b896cf2582bc4bb2a35fc3336 Mon Sep 17 00:00:00 2001 From: HeesungB Date: Fri, 16 Dec 2022 00:45:55 +0900 Subject: [PATCH] Fix style --- pages/verification/index.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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" })`