Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
MFlisar committed Jun 8, 2021
1 parent c13ecf1 commit edadf8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ internal class LogAdapter(
TRACE(true, -1),
DEBUG(true, -1),
INFO(true, -1),
WARN(false, Color.parseColor("#FFA500")),
WARN(false, Color.parseColor("#FFA500") /* orange */),
ERROR(false, Color.RED),
UNKNOWN(false, android.R.color.transparent)
;
Expand Down

0 comments on commit edadf8a

Please sign in to comment.