Skip to content

Commit

Permalink
fix: correct color names
Browse files Browse the repository at this point in the history
  • Loading branch information
laurelfulford committed Nov 14, 2024
1 parent 8657289 commit 7e11432
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/emails/class-emails.php
Original file line number Diff line number Diff line change
Expand Up @@ -516,10 +516,10 @@ public static function get_email_config_by_type( $type ) {
[
'primary' => $theme_colors['primary_color'],
'primary-text' => $theme_colors['primary_text_color'],
'primary-variation' => $theme_colors['primary_color_variation'],
'primary-variation' => $theme_colors['primary_variation'],
'secondary' => $theme_colors['secondary_color'],
'secondary-text' => $theme_colors['secondary_text_color'],
'secondary-variation' => $theme_colors['secondary_color_variation'],
'secondary-variation' => $theme_colors['secondary_variation'],
]
);
}
Expand Down

0 comments on commit 7e11432

Please sign in to comment.