diff --git a/dist/bundle.js b/dist/bundle.js
index e6cdfabad..cbae2878e 100644
--- a/dist/bundle.js
+++ b/dist/bundle.js
@@ -33511,7 +33511,7 @@ function updateGangContent() {
"fact that your wanted level is too high. Consider assigning a few members to the 'Vigilante Justice' or 'Ethical Hacking' " +
"tasks to lower your wanted level.
" +
"Installing Augmentations does NOT reset your progress with your Gang. Furthermore, after installing Augmentations, you will " +
- "automatically be a member of whatever Faction you created your gain with.
" +
+ "automatically be a member of whatever Faction you created your gang with.
" +
"
Respect: Represents the amount of respect " +
"your gang has from other gangs and criminal organizations. Your respect affects the amount of money " +
"your gang members will earn, and also determines how much reputation you are earning with your gang's " +
@@ -33622,6 +33622,7 @@ function createGangMemberDisplayElement(memberObj) {
taskDiv.setAttribute("class", "gang-member-info-div");
var taskSelector = document.createElement("select");
taskSelector.style.color = "white";
+ taskSelector.style.backgroundColor = "black";
taskSelector.setAttribute("id", name + "gang-member-task-selector");
var tasks = null;
if (__WEBPACK_IMPORTED_MODULE_4__Player_js__["a" /* Player */].gang.isHackingGang) {
diff --git a/src/Gang.js b/src/Gang.js
index f4cd0084e..eb6ea0916 100644
--- a/src/Gang.js
+++ b/src/Gang.js
@@ -1042,7 +1042,7 @@ function updateGangContent() {
"fact that your wanted level is too high. Consider assigning a few members to the 'Vigilante Justice' or 'Ethical Hacking' " +
"tasks to lower your wanted level. Respect: Represents the amount of respect " +
"your gang has from other gangs and criminal organizations. Your respect affects the amount of money " +
"your gang members will earn, and also determines how much reputation you are earning with your gang's " +
@@ -1153,6 +1153,7 @@ function createGangMemberDisplayElement(memberObj) {
taskDiv.setAttribute("class", "gang-member-info-div");
var taskSelector = document.createElement("select");
taskSelector.style.color = "white";
+ taskSelector.style.backgroundColor = "black";
taskSelector.setAttribute("id", name + "gang-member-task-selector");
var tasks = null;
if (Player.gang.isHackingGang) {
" +
"Installing Augmentations does NOT reset your progress with your Gang. Furthermore, after installing Augmentations, you will " +
- "automatically be a member of whatever Faction you created your gain with.
" +
+ "automatically be a member of whatever Faction you created your gang with.
" +
"