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 {