File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 104
104
105
105
@include md-register-theme("default", (
106
106
primary: md-get-palette-color(blue, A200), // The primary color of your application
107
- accent: md-get-palette-color(red, A200) // The accent or secondary color
107
+ accent: md-get-palette-color(red, A200), // The accent or secondary color
108
108
theme: dark // This can be dark or light
109
109
));
110
110
120
120
121
121
@include md-register-theme("default", (
122
122
primary: md-get-palette-color(blue, A200), // The primary color of your application
123
- accent: md-get-palette-color(red, A200) // The accent or secondary color
123
+ accent: md-get-palette-color(red, A200), // The accent or secondary color
124
124
theme: dark // This can be dark or light
125
125
));
126
126
You can’t perform that action at this time.
0 commit comments