Fix: improve legibility of processed mail error popover in light mode (#11258)

This commit is contained in:
shamoon 2025-11-01 12:49:05 -07:00 committed by GitHub
parent cffb9c34f0
commit 74b10db028
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,7 +68,7 @@
</td>
<td>
<ng-template #errorPopover>
<pre class="small text-light">
<pre class="small">
{{ mail.error }}
</pre>
</ng-template>