Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0346f61

Browse files
committed
fix(widget-stat-f): rounded-start-1 bg for icon without padding, text-color for value prop
1 parent02abfd5 commit0346f61

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎projects/coreui-angular/src/lib/widget/widget-stat-f/widget-stat-f.component.ts‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ export class WidgetStatFComponent extends CardComponent {
8282
'text-white':true,
8383
[`bg-${color}`]:!!color,
8484
'p-3':padding,
85-
'p-4':!padding
85+
'p-4':!padding,
86+
'rounded-start-1':!padding
8687
}asRecord<string,boolean>;
8788
});
8889

@@ -102,7 +103,7 @@ export class WidgetStatFComponent extends CardComponent {
102103
return{
103104
'fs-6':!textColor,
104105
'fw-semibold':true,
105-
[`text-${this.textColor}`]:!!textColor
106+
[`text-${textColor}`]:!!textColor
106107
}asRecord<string,boolean>;
107108
});
108109
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp