Fix reply's subtitle color

This commit is contained in:
Eduard Kuzmenko 2021-09-06 21:15:25 +03:00
parent f2abd351d5
commit 30e923f119
2 changed files with 6 additions and 2 deletions

View File

@ -2551,7 +2551,10 @@ export class AppMessagesManager {
if(usingFullAlbum) {
text = this.getAlbumText(message.grouped_id).message;
addPart('AttachAlbum', undefined, text);
if(!withoutMediaType) {
addPart('AttachAlbum', undefined, text);
}
}
} else {
usingFullAlbum = false;

View File

@ -1028,7 +1028,8 @@ $bubble-margin: .25rem;
margin-top: 0;
}
&-title,
&-title,
&-subtitle,
i {
color: #fff;
}