mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-01-16 23:00:51 +00:00
fix: update background color for current state/status badge in notification templates
This commit is contained in:
parent
fa0362f739
commit
35ecc19ceb
2 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue