Skip to content

Commit

Permalink
fix(core): adjust typography (#1466)
Browse files Browse the repository at this point in the history
- Table - header label was bigger than before
  • Loading branch information
alecarn authored Oct 27, 2023
1 parent 54027da commit b8885c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/theming/typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ $igo-typography: mat.define-typography-config(
// h3
$subtitle-1: mat.define-typography-level(16px, 26px, 500),
// h4
$subtitle-2: mat.define-typography-level(14px, 22px, 500),
$subtitle-2: mat.define-typography-level(12px, 22px, 500),
$body-1: mat.define-typography-level(14px, 22px, 400),
$body-2: mat.define-typography-level(12px, 18px, 400),
$caption: mat.define-typography-level(12px, 18px, 400),
Expand Down

0 comments on commit b8885c6

Please sign in to comment.