Skip to content

Commit 466451d

Browse files
committed
fix: add proper font color class names
1 parent 3a7e2b2 commit 466451d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/widgets/CWidgetStatsA.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const CWidgetStatsA = defineComponent({
4343
CCard,
4444
{
4545
class: [
46-
{ [`bg-${props.color}`]: props.color, 'text-high-emphasis-inverse': props.color },
46+
{ [`bg-${props.color}`]: props.color, 'high-emphasis-inverse': props.color },
4747
],
4848
},
4949
() => [

src/components/widgets/CWidgetStatsB.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const CWidgetStatsB = defineComponent({
6969
{
7070
class: [
7171
{
72-
['text-high-emphasis-inverse']: props.inverse,
72+
['high-emphasis-inverse']: props.inverse,
7373
},
7474
],
7575
color: props.color,

0 commit comments

Comments
 (0)