Skip to content

Commit dc4f0c8

Browse files
committed
fix(category-chart): fix typography style references
1 parent 4411f01 commit dc4f0c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/igniteui-angular/src/lib/core/styles/components/charts/_category-chart-theme.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,8 @@
282282

283283
$title-styles: igx-type-scale-category($type-scale, $title);
284284
$subtitle-styles: igx-type-scale-category($type-scale, $subtitle);
285-
$x-axis-label-styles: igx-type-scale-category($type-scale, $x-axis-label);
286-
$x-axis-title-styles: igx-type-scale-category($type-scale, $x-axis-title);
285+
$x-axis-label-styles: igx-type-scale-category($type-scale, $x-axis-label-text-style);
286+
$x-axis-title-styles: igx-type-scale-category($type-scale, $x-axis-title-text-style);
287287
$y-axis-label-styles: igx-type-scale-category($type-scale, $y-axis-label-text-style);
288288
$y-axis-title-styles: igx-type-scale-category($type-scale, $y-axis-title-text-style);
289289

0 commit comments

Comments
 (0)