File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ $my-theme: mat.define-light-theme((
188
188
)
189
189
));
190
190
191
- // Emit theme-dependent styles for common features used across multiple components.
191
+ // Emit theme-dependent styles for common features used across multiple components.
192
192
@include mat .core-theme ($my-theme );
193
193
194
194
// Emit styles for MatButton based on `$my-theme`. Because the configuration
@@ -235,10 +235,10 @@ You can use one of these pre-built themes if you don't want to define a custom t
235
235
236
236
| Theme | Light or dark? | Palettes (primary, accent, warn) |
237
237
| ------------------------| ----------------| ----------------------------------|
238
- | ` deeppurple-amber.css ` | Dark | deep-purple, amber, red |
238
+ | ` deeppurple-amber.css ` | Light | deep-purple, amber, red |
239
239
| ` indigo-pink.css ` | Light | indigo, pink, red |
240
240
| ` pink-bluegray.css ` | Dark | pink, bluegray, red |
241
- | ` purple-green.css ` | Light | purple, green, red |
241
+ | ` purple-green.css ` | Dark | purple, green, red |
242
242
243
243
These files include the CSS for every component in the library. To include only the CSS for a subset
244
244
of components, you must use the Sass API detailed in [ Defining a theme] ( #defining-a-theme ) above.
You can’t perform that action at this time.
0 commit comments