| @@ -142,9 +142,9 @@ | ||
| 142 | 142 | 'type' => 'content', |
| 143 | 143 | ], |
| 144 | 144 | |
| 145 | 145 | 'button_background_color' => [ |
| 146 | - 'value' => isset( $attributes['column_1']['button_background_color'] ) ? $attributes['column_1']['button_background_color'] : yaymail_get_default_brand_color(), | |
| 146 | + 'value' => isset( $attributes['column_1']['button_background_color'] ) ? $attributes['column_1']['button_background_color'] : YAYMAIL_COLOR_WC_DEFAULT, | |
| 147 | 147 | 'type' => 'style', |
| 148 | 148 | ], |
| 149 | 149 | |
| 150 | 150 | 'button_text_color' => [ |
| @@ -243,9 +243,9 @@ | ||
| 243 | 243 | 'type' => 'content', |
| 244 | 244 | ], |
| 245 | 245 | |
| 246 | 246 | 'button_background_color' => [ |
| 247 | - 'value' => isset( $attributes['column_2']['button_background_color'] ) ? $attributes['column_2']['button_background_color'] : yaymail_get_default_brand_color(), | |
| 247 | + 'value' => isset( $attributes['column_2']['button_background_color'] ) ? $attributes['column_2']['button_background_color'] : YAYMAIL_COLOR_WC_DEFAULT, | |
| 248 | 248 | 'type' => 'style', |
| 249 | 249 | ], |
| 250 | 250 | |
| 251 | 251 | 'button_text_color' => [ |
| @@ -344,9 +344,9 @@ | ||
| 344 | 344 | 'type' => 'content', |
| 345 | 345 | ], |
| 346 | 346 | |
| 347 | 347 | 'button_background_color' => [ |
| 348 | - 'value' => isset( $attributes['column_3']['button_background_color'] ) ? $attributes['column_3']['button_background_color'] : yaymail_get_default_brand_color(), | |
| 348 | + 'value' => isset( $attributes['column_3']['button_background_color'] ) ? $attributes['column_3']['button_background_color'] : YAYMAIL_COLOR_WC_DEFAULT, | |
| 349 | 349 | 'type' => 'style', |
| 350 | 350 | ], |
| 351 | 351 | |
| 352 | 352 | 'button_text_color' => [ |