@onemrvapublic/design-system-theme 19.0.0-develop.3 → 19.0.0-develop.4

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.
Files changed (2) hide show
  1. package/index.scss +20 -12
  2. package/package.json +1 -1
package/index.scss CHANGED
@@ -203,19 +203,27 @@
203
203
  @include utilities.utilities();
204
204
 
205
205
  // Material design doesn't support h5 and h6 natively
206
- h5,
207
- h6 {
208
- font-family: Poppins, sans-serif;
209
- font-weight: 600 !important;
210
- }
206
+ .mat-typography {
207
+ h4 {
208
+ font-size: 20px;
209
+ line-height: 35px;
210
+ font-weight: 700;
211
+ }
211
212
 
212
- h5 {
213
- font-size: 18px !important;
214
- line-height: 32px !important;
215
- }
213
+ h5,
214
+ h6 {
215
+ font-family: Poppins, sans-serif;
216
+ font-weight: 600;
217
+ }
216
218
 
217
- h6 {
218
- font-size: 16px !important;
219
- line-height: 28px !important;
219
+ h5 {
220
+ font-size: 18px;
221
+ line-height: 32px;
222
+ }
223
+
224
+ h6 {
225
+ font-size: 16px;
226
+ line-height: 28px;
227
+ }
220
228
  }
221
229
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onemrvapublic/design-system-theme",
3
- "version": "v19.0.0-develop.3",
3
+ "version": "v19.0.0-develop.4",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },