Skip to content

Commit 5a5eacf

Browse files
ooademarcosmoura
authored andcommitted
Fix missing commas in Theme configuration (vuematerial#1244)
1 parent cb79593 commit 5a5eacf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/app/pages/Themes/Configuration.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104

105105
@include md-register-theme("default", (
106106
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
108108
theme: dark // This can be dark or light
109109
));
110110

@@ -120,7 +120,7 @@
120120

121121
@include md-register-theme("default", (
122122
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
124124
theme: dark // This can be dark or light
125125
));
126126

0 commit comments

Comments
 (0)