From 6e381d08a426f9befd3caa3558ef253ae7f2ccaa Mon Sep 17 00:00:00 2001 From: Danil <37103154+Danyylka@users.noreply.github.com> Date: Thu, 27 Feb 2025 23:44:25 +0100 Subject: [PATCH 1/3] Update CheckboxInput.tsx --- components/calculator/Inputs/CheckboxInput.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/calculator/Inputs/CheckboxInput.tsx b/components/calculator/Inputs/CheckboxInput.tsx index 3e63f5ac6..113a3804f 100644 --- a/components/calculator/Inputs/CheckboxInput.tsx +++ b/components/calculator/Inputs/CheckboxInput.tsx @@ -22,7 +22,7 @@ export const CheckboxInput: React.FC = React.memo( {...otherProps} type="checkbox" onChange={onCheckboxChange} - className={`${className} meta-checkbox accent-custom-puple toggle bg-custom-puple`} + className={`${className} meta-checkbox accent-custom-purple toggle bg-custom-purple`} /> ); From 6e377c63349d48d30688f4dd4da301a4a2d17ebe Mon Sep 17 00:00:00 2001 From: Danil <37103154+Danyylka@users.noreply.github.com> Date: Thu, 27 Feb 2025 23:44:57 +0100 Subject: [PATCH 2/3] Update SelectInput.tsx --- components/calculator/Inputs/SelectInput.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/calculator/Inputs/SelectInput.tsx b/components/calculator/Inputs/SelectInput.tsx index 8ed61b844..c43bd8267 100644 --- a/components/calculator/Inputs/SelectInput.tsx +++ b/components/calculator/Inputs/SelectInput.tsx @@ -23,7 +23,7 @@ export const SelectInput: React.FC = React.memo( {label} )} -

+

{description}

From 1969a14147e2afd236cb1553e680abd1d4107b0d Mon Sep 17 00:00:00 2001 From: Danil <37103154+Danyylka@users.noreply.github.com> Date: Thu, 27 Feb 2025 23:45:24 +0100 Subject: [PATCH 3/3] Update TextInput.tsx --- components/calculator/Inputs/TextInput.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/calculator/Inputs/TextInput.tsx b/components/calculator/Inputs/TextInput.tsx index 65b92bf75..05d1b18c5 100644 --- a/components/calculator/Inputs/TextInput.tsx +++ b/components/calculator/Inputs/TextInput.tsx @@ -35,7 +35,7 @@ export const TextInput = ({ {label} )} -

{description}

+

{description}