Skip to content

Commit

Permalink
update color
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyTangAndroid committed Feb 8, 2019
1 parent 04e9d75 commit d8b0b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wood/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<color name="wood_colorAccent">#bef67a</color>

<color name="wood_status_default">@android:color/black</color>
<color name="wood_log_verbose">@android:color/darker_gray</color>
<color name="wood_log_verbose">@android:color/black</color>
<color name="wood_log_debug">@android:color/holo_blue_light</color>
<color name="wood_log_info">@android:color/holo_green_light</color>
<color name="wood_log_warning">@android:color/holo_orange_light</color>
Expand Down

0 comments on commit d8b0b96

Please sign in to comment.