We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9116f3 commit 54b2a03Copy full SHA for 54b2a03
src/lib/core/theming/_theming.scss
@@ -59,7 +59,7 @@
59
60
61
// Creates a container object for a light theme to be given to individual component theme mixins.
62
-@function md-light-theme($primary, $accent, $warn) {
+@function md-light-theme($primary, $accent, $warn: md-palette($md-red)) {
63
@return (
64
primary: $primary,
65
accent: $accent,
@@ -72,7 +72,7 @@
72
73
74
// Creates a container object for a dark theme to be given to individual component theme mixins.
75
-@function md-dark-theme($primary, $accent, $warn) {
+@function md-dark-theme($primary, $accent, $warn: md-palette($md-red)) {
76
77
78
0 commit comments