Use attention style for Decline All confirm button

This commit is contained in:
John Preston
2026-06-23 12:55:59 +04:00
parent 39a62bd794
commit 96db9112b1
@@ -970,6 +970,9 @@ void ShowCommunityPendingRequestsBox(
.confirmText = (reject
? tr::lng_community_request_decline()
: tr::lng_community_request_add()),
.confirmStyle = (reject
? &st::attentionBoxButton
: nullptr),
.title = (reject
? tr::lng_community_requests_decline_all_title()
: tr::lng_community_requests_add_all_title()),