From 3f47cf0d70a62fb2ec5e4426dddd3d62cdedef7c Mon Sep 17 00:00:00 2001 From: KirillDolzhenkov <77087981+KirillDolzhenkov@users.noreply.github.com> Date: Thu, 16 May 2024 18:43:15 +0300 Subject: [PATCH] checkbox (#101) * bug fix: checkbox stories fix * feature: checkbox refactoring * feature: checkbox refactoring * fix: fixed checkbox cursor * fix: fixed checkbox cursor --- src/components/ui/checkbox/checkbox.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/ui/checkbox/checkbox.scss b/src/components/ui/checkbox/checkbox.scss index 5419193e..b401e939 100644 --- a/src/components/ui/checkbox/checkbox.scss +++ b/src/components/ui/checkbox/checkbox.scss @@ -13,6 +13,7 @@ button { } .CheckboxRoot { + cursor: pointer; position: relative; width: 18px; height: 18px;