aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/forms/label.module.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/atoms/forms/label.module.scss')
-rw-r--r--src/components/atoms/forms/label.module.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/atoms/forms/label.module.scss b/src/components/atoms/forms/label.module.scss
index f900925..aed1546 100644
--- a/src/components/atoms/forms/label.module.scss
+++ b/src/components/atoms/forms/label.module.scss
@@ -1,6 +1,7 @@
.label {
color: var(--color-primary-darker);
font-weight: 600;
+ cursor: pointer;
&--small {
font-size: var(--font-size-sm);