From 8f96915517233652f9f6e224cb75d50cdfdc1b4f Mon Sep 17 00:00:00 2001 From: simeng-li Date: Thu, 10 Nov 2022 10:43:32 +0800 Subject: [PATCH] style(ui): add cursor pointer to terms add cursor pointer to terms --- packages/ui/src/components/TermsOfUse/index.module.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/ui/src/components/TermsOfUse/index.module.scss b/packages/ui/src/components/TermsOfUse/index.module.scss index 83c068423..c56baa3f2 100644 --- a/packages/ui/src/components/TermsOfUse/index.module.scss +++ b/packages/ui/src/components/TermsOfUse/index.module.scss @@ -4,11 +4,13 @@ @include _.flex-row; width: 100%; user-select: none; + cursor: pointer; } .checkBox { margin-right: _.unit(2); fill: var(--color-type-secondary); + cursor: pointer; } .content {