Skip to content

Commit 1de1f72

Browse files
willshowelljelbourn
authored andcommitted
docs(theming): cleanup grammar on overlay theming (#4089)
1 parent 0acd4d9 commit 1de1f72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

guides/theming.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,9 @@ interaction (how to lazily load the CSS assets will vary based on your applicati
165165
It's important to remember, however, that the `mat-core` mixin should only ever be included _once_.
166166

167167
##### Multiple themes and overlay-based components
168-
Since certain components (e.g. `dialog`) are inside of a global overlay container, the css class
169-
that determines the theme (such as the `.unicorn-dark-theme` example above), an additional step is
170-
needed to affect overlay-based components (menu, select, dialog, etc.).
168+
Since certain components (e.g. menu, select, dialog, etc.) are inside of a global overlay container,
169+
an additional step is required for those components to be affected by the theme's css class selector
170+
(`.unicorn-dark-theme` in the example above).
171171

172172
To do this, you can specify a `themeClass` on the global overlay container. For the example above,
173173
this would look like:

0 commit comments

Comments
 (0)