matcha-theme 20.116.0 → 20.118.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Matcha-Theme
|
|
2
2
|
|
|
3
3
|
### Theming Matcha Components
|
|
4
|
-
Place the class (`.theme-default-light`) that you define in theme file, inside of `body` tag. This way you can cover the whole application with the theme.
|
|
4
|
+
Place the class (`.theme-default-light`) that you define in theme file, inside of `body` tag. This way you can cover the whole application with the theme.
|
|
5
5
|
|
|
6
6
|
Some like this `<body class="theme-default-light">`.
|
|
7
7
|
|
|
@@ -138,7 +138,6 @@ $matcha-default-theme: matcha.dark-theme($default-dark-primary, $default-dark-ac
|
|
|
138
138
|
## Further help
|
|
139
139
|
|
|
140
140
|
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
|
141
|
-
To get more help on the Storybook [stories](https://github.com/geromegrignon/angular-material-storybook/blob/main/stories/components/progress-bar/progress-bar.stories.ts)
|
|
142
141
|
|
|
143
142
|
## Roadmap
|
|
144
143
|
|