Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Commit f24ce9b

Browse files
committed
Adjust alert icon color to match overview icon and increased contrast
1 parent 5c658c2 commit f24ce9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/health-check/views/health-check-group.element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export class UmbDashboardHealthCheckGroupElement extends UmbLitElement {
129129
case StatusResultTypeModel.SUCCESS:
130130
return html`<uui-icon style="color: var(--uui-color-positive);" name="check"></uui-icon>`;
131131
case StatusResultTypeModel.WARNING:
132-
return html`<uui-icon style="color: var(--uui-color-warning);" name="alert"></uui-icon>`;
132+
return html`<uui-icon style="color: var(--uui-color-warning-standalone);" name="alert"></uui-icon>`;
133133
case StatusResultTypeModel.ERROR:
134134
return html`<uui-icon style="color: var(--uui-color-danger);" name="remove"></uui-icon>`;
135135
case StatusResultTypeModel.INFO:

0 commit comments

Comments
 (0)