Skip to content

Commit

Permalink
Changed dark theme child extension color
Browse files Browse the repository at this point in the history
  • Loading branch information
Minenash committed Sep 9, 2024
1 parent 927ee24 commit 4c6619e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public int childBackgroundColor() {

@Override
public int childSourceExtensionColor() {
return 0xFF666666;
return 0xFF999999;
}
};

Expand Down

0 comments on commit 4c6619e

Please sign in to comment.