fix: update background color for current state/status badge in notification templates

This commit is contained in:
Nawaz Dhandala 2025-12-03 22:37:01 +00:00
parent fa0362f739
commit 35ecc19ceb
No known key found for this signature in database
GPG key ID: 96C5DCA24769DBCA
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@
{{/if}}
<!-- Current State Badge -->
<td align="center" valign="middle" style="padding: 0;">
<span style="display: inline-block; padding: 6px 14px; border-radius: 6px; font-size: 13px; font-weight: 600; background-color: {{currentStateColor}}; color: #ffffff; border: 2px solid {{currentStateColor}}; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;">
<span style="display: inline-block; padding: 6px 14px; border-radius: 6px; font-size: 13px; font-weight: 600; background-color: #f3f4f6; color: {{currentStateColor}}; border: 2px solid {{currentStateColor}}; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;">
{{currentState}}
</span>
</td>

View file

@ -18,7 +18,7 @@
{{/if}}
<!-- Current Status Badge -->
<td align="center" valign="middle" style="padding: 0;">
<span style="display: inline-block; padding: 6px 14px; border-radius: 6px; font-size: 13px; font-weight: 600; background-color: {{currentStatusColor}}; color: #ffffff; border: 2px solid {{currentStatusColor}}; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;">
<span style="display: inline-block; padding: 6px 14px; border-radius: 6px; font-size: 13px; font-weight: 600; background-color: #f3f4f6; color: {{currentStatusColor}}; border: 2px solid {{currentStatusColor}}; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;">
{{currentStatus}}
</span>
</td>