Skip to content

Commit

Permalink
Merge pull request #582 from minvws/fix/load-color-scheme
Browse files Browse the repository at this point in the history
fix: Adds missing references to color scheme
  • Loading branch information
underdarknl authored Jul 10, 2024
2 parents dd729e8 + bd15ec3 commit 6b81228
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions themes/icore-open/components/form-input.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/* Form input */

@use "../color-scheme";

:root {
--form-input-border-radius: var(--border-radius-s);
--form-input-border-width: 1px;
Expand Down
2 changes: 2 additions & 0 deletions themes/icore-open/components/radio-input.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/* Radio input */

@use "../color-scheme";

:root {
--radio-input-accent-color: #{color-scheme.$oc-blue-8};
}

0 comments on commit 6b81228

Please sign in to comment.