We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3374b3 commit 6fe5848Copy full SHA for 6fe5848
2 files changed
docs/CHANGELOG.md
@@ -1,8 +1,8 @@
1
Changelog
2
=========
3
4
-3.3.3 (Unreleased)
5
----------------------
+3.3.3 (August 23, 2025)
+-----------------------
6
- Fix #453: Filter toggle link color
7
- Fix: Migration to Bootstrap 5 for templates
8
- Fix #455: Send button inside upload-buttons class
views/mail/conversation.php
@@ -81,7 +81,7 @@
81
'cssButtonClass' => 'btn-light btn-sm',
82
'pullRight' => true,
83
]) ?>
84
- <?= Button::info()
+ <?= Button::accent()
85
->cssClass('reply-button')
86
->submit()
87
->action('reply', $replyForm->getUrl())
0 commit comments