diff --git a/themes/icore-open/components/form-input.scss b/themes/icore-open/components/form-input.scss index b3151dc0..ab574233 100644 --- a/themes/icore-open/components/form-input.scss +++ b/themes/icore-open/components/form-input.scss @@ -1,5 +1,7 @@ /* Form input */ +@use "../color-scheme"; + :root { --form-input-border-radius: var(--border-radius-s); --form-input-border-width: 1px; diff --git a/themes/icore-open/components/radio-input.scss b/themes/icore-open/components/radio-input.scss index 0a246227..8f51d922 100644 --- a/themes/icore-open/components/radio-input.scss +++ b/themes/icore-open/components/radio-input.scss @@ -1,5 +1,7 @@ /* Radio input */ +@use "../color-scheme"; + :root { --radio-input-accent-color: #{color-scheme.$oc-blue-8}; }