From f3fe723bfd4a842305fcccc93df436207027b5f0 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 16 Feb 2023 10:48:21 +1100 Subject: [PATCH] Fixes for email designs and cross client compatibility --- resources/views/email/template/client.blade.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/resources/views/email/template/client.blade.php b/resources/views/email/template/client.blade.php index 7bb1ec595313..d306540f7b92 100644 --- a/resources/views/email/template/client.blade.php +++ b/resources/views/email/template/client.blade.php @@ -117,12 +117,6 @@ color: inherit !important; } - .new_button { - background-color: {{ $primary_color }}; - - } - } - .new_button, { background-color: {{ $primary_color }}; }