Skip to content

Commit 7a43a0f

Browse files
committed
Fix color in healthVariant
1 parent 031ce47 commit 7a43a0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/Resources/app/administration/src/overrides/sw-version

src/Resources/app/administration/src/overrides/sw-version/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Component.override('sw-version', {
1919

2020
computed: {
2121
healthVariant() {
22-
let color = 'success';
22+
let color = 'green';
2323

2424
for (let health of this.health) {
2525
if (health.state === 'STATE_ERROR') {

0 commit comments

Comments
 (0)