diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 691fd649..b2fee1c4 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -9,6 +9,7 @@ Changelog - Enh #464: Conversation entry buttons visible on hovering the entry by CSS instead of JS - Fix #465: Extra right scrollbar - Enh #466: Convert swagger docs to OpenAPI 3.0 +- Fix #469: In mail notifications, use core button for "Reply now", to allow auto-contrast 3.3.5 (September 30, 2025) -------------------------- diff --git a/views/emails/NewMessage.php b/views/emails/NewMessage.php index 4f64621b..277d714c 100644 --- a/views/emails/NewMessage.php +++ b/views/emails/NewMessage.php @@ -6,6 +6,8 @@ use humhub\modules\mail\models\MessageEntry; use humhub\modules\ui\mail\DefaultMailStyle; use humhub\modules\user\models\User; +use humhub\widgets\mails\MailButton; +use humhub\widgets\mails\MailButtonList; /* @var $this View */ /* @var $user User */ @@ -155,21 +157,12 @@
| - - - - = Yii::t('MailModule.base', 'Reply now'); ?> - - - | - -