Skip to content

Commit 6dc9140

Browse files
committed
refactor(dialog): update fluent content typography style
1 parent 0173ca8 commit 6dc9140

File tree

1 file changed

+4
-1
lines changed
  • projects/igniteui-angular/src/lib/core/styles/typography

1 file changed

+4
-1
lines changed

projects/igniteui-angular/src/lib/core/styles/typography/_fluent.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,10 @@
6161
));
6262
@include column-actions-typography();
6363
@include date-range-typography();
64-
@include dialog-typography();
64+
@include dialog-typography($categories: (
65+
title: 'h6',
66+
content: 'body-2'
67+
));
6568
@include dock-manager-typography();
6669
@include drop-down-typography();
6770
@include expansion-panel-typography($categories: (

0 commit comments

Comments
 (0)