We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e0aee2 commit b6313bfCopy full SHA for b6313bf
app/src/main/java/it/dhd/oxygencustomizer/xposed/views/nowbar/NowBarWeather.java
@@ -184,8 +184,8 @@ public void setOptions(
184
mTextColor = textColor;
185
mBackgroundColor = backgroundColor;
186
setBarBackground();
187
- mCity.setTextColor(mTextColor);
188
- mCondition.setTextColor(mTextColor);
+ mCity.setTextColor(mCustomColors ? mTextColor : Color.WHITE);
+ mCondition.setTextColor(mCustomColors ? mTextColor : Color.WHITE);
189
}
190
191
0 commit comments