From 9b38a2d8d812b975cd408fb6cbd54ab1e163a345 Mon Sep 17 00:00:00 2001 From: sivanova Date: Tue, 1 Oct 2024 10:58:53 +0300 Subject: [PATCH] fix(expansion-panel): bootstrap typography --- .../src/lib/core/styles/typography/_bootstrap.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/igniteui-angular/src/lib/core/styles/typography/_bootstrap.scss b/projects/igniteui-angular/src/lib/core/styles/typography/_bootstrap.scss index cd74337e688..42bb49be5c8 100644 --- a/projects/igniteui-angular/src/lib/core/styles/typography/_bootstrap.scss +++ b/projects/igniteui-angular/src/lib/core/styles/typography/_bootstrap.scss @@ -70,8 +70,8 @@ )); @include expansion-panel-typography($categories: ( title: 'h5', - description: 'body-2', - body: 'body-1' + description: 'subtitle-2', + body: 'body-2' )); @include excel-filtering-typography(); @include icon-button-typography();