Skip to content

Commit

Permalink
Code refactored for code merging.
Browse files Browse the repository at this point in the history
  • Loading branch information
surinder-tsys committed Apr 25, 2023
1 parent 11acb94 commit 1614e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<color name="filelist_icon_background">#DDDDDD</color>
<color name="dark_background_text_color">#EEEEEE</color>
<color name="transparent">#00000000</color>
<color name="divider_color">@color/grey_30</color>
<color name="secondary_text_color">#666666</color>
<color name="highlight_textColor_Warning">#e53935</color>

Expand All @@ -41,7 +42,6 @@
<color name="grey_400">#BDBDBD</color>
<color name="grey_600">#666666</color>
<color name="grey_30">#B2B2B2</color>
<color name="grey_70">#4C4C4C</color>

<!-- standard material color definitions -->

Expand Down

0 comments on commit 1614e03

Please sign in to comment.