@onemrvapublic/design-system-theme 18.2.4-develop.15 → 18.2.4-develop.16
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/package.json
CHANGED
|
@@ -96,8 +96,8 @@ $onemrva-typography: mat.m2-define-typography-config(
|
|
|
96
96
|
// Secondary body text
|
|
97
97
|
// Optional: You can define other typography levels like caption, button, etc.
|
|
98
98
|
$button: mat.m2-define-typography-level(16px, 21px, 500, $header-font-family),
|
|
99
|
-
$caption: mat.m2-define-typography-level(
|
|
100
|
-
$overline: mat.m2-define-typography-level(
|
|
99
|
+
$caption: mat.m2-define-typography-level(14px, 16px, 400),
|
|
100
|
+
$overline: mat.m2-define-typography-level(12px, 16px, 400),
|
|
101
101
|
);
|
|
102
102
|
|
|
103
103
|
//$onemrva-typography: map.merge(
|