| @@ -11,9 +11,9 @@ | ||
| 11 | 11 | 'render_callback' => function ( $attributes, $content ) { |
| 12 | 12 | |
| 13 | 13 | $attributes = wp_parse_args( $attributes, array( |
| 14 | 14 | 'displayType' => 'table', |
| 15 | - 'activeTierColor' => '#96598A', | |
| 15 | + 'activeTierColor' => '#3858e9', | |
| 16 | 16 | 'title' => '', |
| 17 | 17 | 'showDiscountColumn' => true, |
| 18 | 18 | 'quantityColumnTitle' => '', |
| 19 | 19 | 'discountColumnTitle' => '', |