Skip to content

Commit

Permalink
🐛 Corrected missing CSS for x-axis title
Browse files Browse the repository at this point in the history
  • Loading branch information
govind-srinidhi committed Jul 13, 2023
1 parent 57783a5 commit 58fc466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib/src/components/core/lume-chart/lume-chart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
<!-- x axis title -->
<h3
v-if="showXAxisTitle"
class="lume-chart__axis-title lume-chart__axis-title--centered lume-axis-title"
class="lume-chart__axis-title lume-chart__axis-title--centered lume-axis-title lume-typography--body"
>
{{ xAxisTitle }}
</h3>
Expand Down

0 comments on commit 58fc466

Please sign in to comment.