Fix #16
This commit is contained in:
parent
801dc9c842
commit
91ed70f8ba
|
@ -436,7 +436,7 @@ public class SettingsFragment extends ToolbarFragment{
|
||||||
super(getActivity(), R.layout.item_settings_header, list);
|
super(getActivity(), R.layout.item_settings_header, list);
|
||||||
text=(TextView) itemView;
|
text=(TextView) itemView;
|
||||||
if(red)
|
if(red)
|
||||||
text.setTextColor(getResources().getColor(R.color.error_700));
|
text.setTextColor(getResources().getColor(UiUtils.isDarkTheme() ? R.color.error_400 : R.color.error_700));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue