Skip to content

Commit

Permalink
QS Light Theme: Fix tile icon and text color
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmud0808 committed May 2, 2023
1 parent 3be5c3a commit d2eab87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ private void calculateColors() {
if (!lightQSHeaderEnabled || wasDark) return;

Resources res = mContext.getResources();
colorInactive = res.getColor(res.getIdentifier("android:color/system_accent1_10", "color", listenPackage), mContext.getTheme());
colorInactive = res.getColor(res.getIdentifier("android:color/system_neutral1_10", "color", listenPackage), mContext.getTheme());

lightFooterShape.setTint(colorInactive);
}
Expand Down

0 comments on commit d2eab87

Please sign in to comment.