Skip to content

Commit cefc67e

Browse files
committed
update ng-zorro-antd
1 parent 32c7119 commit cefc67e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@angular/router": "20.3.6",
2020
"@fontsource/roboto": "5.2.8",
2121
"file-saver": "2.0.5",
22-
"ng-zorro-antd": "20.2.1",
22+
"ng-zorro-antd": "20.3.1",
2323
"normalize.css": "8.0.1",
2424
"rxjs": "7.8.2",
2525
"tslib": "2.8.1",

src/app/groups/group-tabs/feature-tabs/latest-pipelines/pipeline-status-tabs/pipeline-status-tabs.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
nzStandalone
1010
nzSize="small"
1111
[nzCount]="tab.projects.length"
12-
[nzStyle]="{ backgroundColor: tab.status | statusColor }"
12+
[nzColor]="tab.status | statusColor"
1313
></nz-badge>
1414
</div>
1515
</ng-template>

0 commit comments

Comments
 (0)