Skip to content

Tenant color scheme in email CTA buttons #2677

Olivia Madrid requested to merge feat/tenant-email-cta-theme-e2677 into master

Ticket(s) / Related Merge Requests

#2677 (closed)

Summary of Changes

Tenant email CTA buttons styles have changed:

  • the tenant's primary color ss the button background

  • the site theme color determines the button text color (i.e. dark theme sites will have #000 button text and light theme sites will have #fff, similar to how the <m-button> component works on the site).

  • Added testPasswordReset function to Cli/Email.php so I could get a password email to send

Testing Considerations

Tenant sandbox: https://olivia2.oke.minds.io/

  • Tenant emails with buttons (invites and password reset emails are the only relevant ones I can see after looking at !1506 (merged) and #2672 (closed))
  • Minds emails with buttons should have no change in color

Deployment Considerations

Regression Scope

Emails for tenants and minds

Platform Affected (web, mobile, etc)

Both

Developer Testing Completed

Tenant invite emails

Screenshots / Screen Recording

Light theme site

image

Dark theme site

image

Minds.com - still blue

image

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode

Definition of Done Checklist

  • The Acceptance Criteria has been met
  • Code is tested: Testing includes unit/spec, E2E/automated and manual testing
  • Merge requests description has been filled out
Edited by Olivia Madrid

Merge request reports