Skip to content

Commit

Permalink
fix(form): added missing scss variables
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Aug 21, 2020
1 parent b7aa4fa commit ec8d675
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/form/src/scssVariables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ export default {
"rmd-toggle-border-radius": "50%",
"rmd-toggle-inset": "0.3125rem",
"rmd-toggle-dense-inset": "0.25rem",
"rmd-toggle-inactive-color":
"var(--rmd-theme-text-secondary-on-background, #757575)",
"rmd-toggle-active-color": "var(--rmd-theme-secondary, #f50057)",
"rmd-checkbox-indeterminate-height": "0.15rem",
"rmd-checkbox-indeterminate-dense-height": "0.125rem",
"rmd-switch-track-height": "1rem",
Expand Down

0 comments on commit ec8d675

Please sign in to comment.