Skip to content

Commit 6fe5848

Browse files
committed
Fix Accent Color
1 parent d3374b3 commit 6fe5848

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changelog
22
=========
33

4-
3.3.3 (Unreleased)
5-
---------------------
4+
3.3.3 (August 23, 2025)
5+
-----------------------
66
- Fix #453: Filter toggle link color
77
- Fix: Migration to Bootstrap 5 for templates
88
- Fix #455: Send button inside upload-buttons class

views/mail/conversation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
'cssButtonClass' => 'btn-light btn-sm',
8282
'pullRight' => true,
8383
]) ?>
84-
<?= Button::info()
84+
<?= Button::accent()
8585
->cssClass('reply-button')
8686
->submit()
8787
->action('reply', $replyForm->getUrl())

0 commit comments

Comments
 (0)