Skip to content

Commit

Permalink
Update text color
Browse files Browse the repository at this point in the history
  • Loading branch information
grishka committed Jan 7, 2025
1 parent 25c3a93 commit 9361c6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ public boolean isUploadingOrProcessing(){
public void setDescriptionToTitle(){
if(TextUtils.isEmpty(description)){
titleView.setText(R.string.add_alt_text);
titleView.setTextColor(UiUtils.getThemeColor(titleView.getContext(), R.attr.colorM3OnSurfaceVariant));
titleView.setTextColor(UiUtils.getThemeColor(titleView.getContext(), R.attr.colorM3Error));
}else{
titleView.setText(description);
titleView.setTextColor(UiUtils.getThemeColor(titleView.getContext(), R.attr.colorM3OnSurface));
Expand Down

0 comments on commit 9361c6d

Please sign in to comment.