Skip to content

Commit

Permalink
Merge branch '380-update-automated-emails-font-text-picture'
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbjorklund committed Feb 5, 2025
2 parents b697f27 + 9ad8619 commit c20fe7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ export default {
phoneNumber: string
) =>
"<div style=\"background:#14112A;padding:0;font-family:Arial, sans-serif;font-size: 16px; line-height:1.6; max-width: 600px; \">" +
"<table style=\"background:#DE3163;border-size: 30px;border-color: #14112A;border-type: solid; padding: 0;color:#ffffff;border-radius:10px 10px 0 0; max-width: 600px;\" width=\"100%\">" +
"<table style=\"background:#DE3163; border: 30px solid #14112A; border-width: 30px;border-color: #14112A;border-type: solid; padding: 0;color:#ffffff;border-radius:10px 10px 0 0; max-width: 600px;\" width=\"100%\">" +
"<tbody>" +
"<tr>" +
"<div style=\"padding: 30px 30px 0; font-size:24px; background:#DE3163;color:#ffffff;\">" +
Expand Down
2 changes: 1 addition & 1 deletion src/locales/sv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ export default {
phoneNumber: string
) =>
"<div style=\"background:#14112A;padding: 0;font-family:Arial, sans-serif;font-size: 16px; line-height:1.6; max-width: 600px; \">" +
"<table style=\"background:#DE3163;border-size: 30px;border-color: #14112A;border-type: solid; padding: 0;color:#ffffff;border-radius:10px 10px 0 0; max-width: 600px;\" width=\"100%\">" +
"<table style=\"background:#DE3163; border: 30px solid #14112A; border-width: 30px;border-color: #14112A;border-type: solid; padding: 0;color:#ffffff;border-radius:10px 10px 0 0; max-width: 600px;\" width=\"100%\">" +
"<tbody>" +
"<tr>" +
"<div style=\"padding: 30px 30px 0; font-size:24px; background:#DE3163;color:#ffffff;\">" +
Expand Down

0 comments on commit c20fe7f

Please sign in to comment.