Fix reply's subtitle color
This commit is contained in:
parent
f2abd351d5
commit
30e923f119
@ -2551,8 +2551,11 @@ export class AppMessagesManager {
|
|||||||
|
|
||||||
if(usingFullAlbum) {
|
if(usingFullAlbum) {
|
||||||
text = this.getAlbumText(message.grouped_id).message;
|
text = this.getAlbumText(message.grouped_id).message;
|
||||||
|
|
||||||
|
if(!withoutMediaType) {
|
||||||
addPart('AttachAlbum', undefined, text);
|
addPart('AttachAlbum', undefined, text);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
usingFullAlbum = false;
|
usingFullAlbum = false;
|
||||||
}
|
}
|
||||||
|
@ -1029,6 +1029,7 @@ $bubble-margin: .25rem;
|
|||||||
}
|
}
|
||||||
|
|
||||||
&-title,
|
&-title,
|
||||||
|
&-subtitle,
|
||||||
i {
|
i {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user