diff --git a/src/components/common/AboutAdsModal.tsx b/src/components/common/AboutAdsModal.tsx
index 1e0a0069e..e4b549180 100644
--- a/src/components/common/AboutAdsModal.tsx
+++ b/src/components/common/AboutAdsModal.tsx
@@ -36,7 +36,9 @@ const AboutAdsModal: FC = ({
/>
{renderText(lang('SponsoredMessageInfoDescription4'), ['br'])}
-
+
+
+
);
};
diff --git a/src/components/common/DeleteProfilePhotoModal.tsx b/src/components/common/DeleteProfilePhotoModal.tsx
index b37286a5e..f8bd5f3a3 100644
--- a/src/components/common/DeleteProfilePhotoModal.tsx
+++ b/src/components/common/DeleteProfilePhotoModal.tsx
@@ -49,13 +49,15 @@ const DeleteProfilePhotoModal: FC = ({
isOpen={isOpen}
onClose={onClose}
onEnter={handleDeletePhoto}
- className="delete"
- title="Are you sure?"
+ className="delete dialog-buttons-column"
+ title={lang('AreYouSure')}
>
-
-
+
+
+
+
);
};
diff --git a/src/components/common/SeenByModal.tsx b/src/components/common/SeenByModal.tsx
index 8ed00aa04..1092a5a7d 100644
--- a/src/components/common/SeenByModal.tsx
+++ b/src/components/common/SeenByModal.tsx
@@ -65,13 +65,15 @@ const SeenByModal: FC = ({
))}
-
+
+
+
);
};
diff --git a/src/components/common/UnpinAllMessagesModal.tsx b/src/components/common/UnpinAllMessagesModal.tsx
index 347e04173..e2d7e6b40 100644
--- a/src/components/common/UnpinAllMessagesModal.tsx
+++ b/src/components/common/UnpinAllMessagesModal.tsx
@@ -30,10 +30,12 @@ const UnpinAllMessagesModal: FC = ({
title={lang('Chat.PanelUnpinAllMessages')}
>
{lang('Chat.UnpinAllMessagesConfirmation', pinnedMessagesCount, 'i')}
-
-
+
+
+
+
);
};
diff --git a/src/components/main/Dialogs.tsx b/src/components/main/Dialogs.tsx
index 86e2f82b1..d4cebb536 100644
--- a/src/components/main/Dialogs.tsx
+++ b/src/components/main/Dialogs.tsx
@@ -102,15 +102,17 @@ const Dialogs: FC = ({ dialogs, animationLevel }) => {
: lang('MemberRequests.RequestToJoinDescriptionGroup')}
)}
-
-
+
+
+
+
);
};
@@ -132,7 +134,7 @@ const Dialogs: FC = ({ dialogs, animationLevel }) => {
onCloseAnimationEnd={dismissDialog}
>
{lang('AreYouSureShareMyContactInfoBot')}
-
+