fix: font color
This commit is contained in:
parent
7939ac4485
commit
4cab296cc0
|
|
@ -100,7 +100,7 @@
|
|||
<img src="https://raw.githubusercontent.com/AppFlowy-IO/AppFlowy-Cloud/main/assets/mailer_templates/build_production/images/appflowy-logo.png" width="150px" style="max-width: 100%; vertical-align: middle; line-height: 1;" alt="">
|
||||
</a>
|
||||
</p>
|
||||
<p style="margin: 0; font-size: 14px; font-weight: 500">
|
||||
<p style="margin: 0; font-size: 14px; font-weight: 500; color: #000">
|
||||
Bring projects, knowledge, and teams together with the power of AI.
|
||||
</p>
|
||||
<p style="cursor: default">
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ bodyClass: bg-purple-50
|
|||
<img src="{{ cdnBaseUrl }}images/appflowy-logo.png" width="150px">
|
||||
</a>
|
||||
</p>
|
||||
<p class="m-0 text-sm font-medium">
|
||||
<p class="m-0 text-sm text-black font-medium">
|
||||
Bring projects, knowledge, and teams together with the power of AI.
|
||||
</p>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue