File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 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((
188188 )
189189));
190190
191- // Emit theme-dependent styles for common features used across multiple components.
191+ // Emit theme-dependent styles for common features used across multiple components.
192192@include mat .core-theme ($my-theme );
193193
194194// 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
235235
236236| Theme | Light or dark? | Palettes (primary, accent, warn) |
237237| ------------------------| ----------------| ----------------------------------|
238- | ` deeppurple-amber.css ` | Dark | deep-purple, amber, red |
238+ | ` deeppurple-amber.css ` | Light | deep-purple, amber, red |
239239| ` indigo-pink.css ` | Light | indigo, pink, red |
240240| ` pink-bluegray.css ` | Dark | pink, bluegray, red |
241- | ` purple-green.css ` | Light | purple, green, red |
241+ | ` purple-green.css ` | Dark | purple, green, red |
242242
243243These files include the CSS for every component in the library. To include only the CSS for a subset
244244of 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