Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update signature generator to new branding #10

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

melissahoughton
Copy link
Member

No description provided.

src={brandLogo.link}
alt={brandLogo.alt}
/>
<img src={brandLogo.link} alt={brandLogo.alt} />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We probably want width and height, pretty sure that was deliberate for email clients (including style and explicit width/height).

@@ -199,7 +191,6 @@ const Signature = (props) => {
<td
style={{
color: '#4a4a4a',
fontFamily: '"Segoe UI", Helvetica, Arial, sans-serif',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deliberately removed? Might need to be explicit for email clients.

@robdmoore
Copy link
Member

We need to use a non-gradient version of the logo because we don't want the gradient on a whitebackground (the yellow part of the gradient gets washed out).

Side-note: I can't remember how this setup is affected by light mode / dark mode in email clients?

@@ -18,7 +18,6 @@ const RepliesAndForwards = (props) => {
} = props;
const styleObj = {
color: 'black',
fontFamily: '"Segoe UI", Helvetica, Arial, sans-serif',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We probably want to keep all of the explicit fonts given email clients.

Drop segoe though, keep helvetica, arial, sans

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants