Skip to content

Commit fd0f21c

Browse files
committed
styles: format syntax
1 parent 015bc4d commit fd0f21c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/widgets/CWidgetStatsA.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ const CWidgetStatsA = defineComponent({
4242
h(
4343
CCard,
4444
{
45-
class: [{ [`bg-${props.color}`]: props.color, 'text-high-emphasis-inverse': props.color }],
45+
class: [
46+
{ [`bg-${props.color}`]: props.color, 'text-high-emphasis-inverse': props.color },
47+
],
4648
},
4749
() => [
4850
h(

0 commit comments

Comments
 (0)