diff --git a/src/components/Check.tsx b/src/components/Check.tsx
index 837695f..58c9625 100644
--- a/src/components/Check.tsx
+++ b/src/components/Check.tsx
@@ -20,7 +20,13 @@ interface CheckBoxProps {
const CheckIcon = [
() => ,
- () => ,
+ (props) => (
+
+ ),
];
const Check: ParentComponent = (props) => {
@@ -53,7 +59,7 @@ const Check: ParentComponent = (props) => {
class="flex flex-row items-center gap-1 cursor-pointer"
classList={{ 'text-neutral': mProps.disabled }}
onClick={handleClick}>
-
+
{mProps.children}