Skip to content

Commit 573373f

Browse files
committed
fix color in service
1 parent 45b1794 commit 573373f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/dao/swarm/service/service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ func (s Service) GetStatusColor() (tcell.Color, tcell.Color) {
5656
} else if running > desired {
5757
return tcell.ColorMediumPurple, styles.ColorBlack
5858
} else if desired > 0 {
59-
return styles.ColorStatusGreen, styles.ColorBlack
59+
return styles.ColorIdle, styles.ColorBlack
6060
}
6161
}
6262
}

0 commit comments

Comments
 (0)