Skip to content

Commit

Permalink
Update LogsViewModel.swift (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
astewart43-gtri committed Jun 15, 2020
1 parent cffde50 commit 7df5e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CoEpi/ui/debug/logs/LogsViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ private extension LogLevel {
case .v: return .black
case .d: return UIColor(hex: "228C22")
case .i: return .blue
case .w: return .yellow
case .w: return .orange
case .e: return .red
}
}
Expand Down

0 comments on commit 7df5e64

Please # to comment.