diff --git a/web/components/checkbox.css b/web/components/checkbox.css --- a/web/components/checkbox.css +++ b/web/components/checkbox.css @@ -2,6 +2,7 @@ appearance: none; background-color: transparent; width: 24px; + min-width: 24px; height: 24px; border: 1px solid var(--enumOption-input-primary-default); border-radius: 3.6px; @@ -10,6 +11,10 @@ justify-content: center; } +.checkbox:hover { + cursor: pointer; +} + .checkbox::before { content: ''; width: 16px;