diff --git a/Telegram/SourceFiles/history/view/history_view_chat_preview.cpp b/Telegram/SourceFiles/history/view/history_view_chat_preview.cpp index 0a7e9a8b9..b804f7382 100644 --- a/Telegram/SourceFiles/history/view/history_view_chat_preview.cpp +++ b/Telegram/SourceFiles/history/view/history_view_chat_preview.cpp @@ -242,6 +242,7 @@ Item::Item(not_null parent, not_null thread) this, tr::lng_context_mark_read(tr::now), st::previewMarkRead)) { + _chatStyle->apply(_theme.get()); setPointerCursor(false); setMinWidth(st::previewMenu.menu.widthMin); resize(minWidth(), contentHeight());