diff --git a/src/components/reusable/checkbox/checkbox.scss b/src/components/reusable/checkbox/checkbox.scss index 3503d680..ccc71597 100644 --- a/src/components/reusable/checkbox/checkbox.scss +++ b/src/components/reusable/checkbox/checkbox.scss @@ -7,7 +7,6 @@ label { display: inline-flex; - align-items: center; gap: 10px; width: 100%; position: relative; @@ -32,6 +31,7 @@ input { justify-content: center; flex-shrink: 0; margin: 0; + margin-top: 4px; width: 16px; height: 16px; border: 2px solid var(--kd-color-border-ui); diff --git a/src/components/reusable/radioButton/radioButton.scss b/src/components/reusable/radioButton/radioButton.scss index bedc34ba..9e4f4b3a 100644 --- a/src/components/reusable/radioButton/radioButton.scss +++ b/src/components/reusable/radioButton/radioButton.scss @@ -6,7 +6,6 @@ label { display: inline-flex; - align-items: center; gap: 10px; &[disabled] { @@ -27,6 +26,7 @@ input { align-items: center; justify-content: center; margin: 0; + margin-top: 2px; width: 18px; height: 18px; border: 2px solid var(--kd-color-border-ui);