From 7b50037956daa2c536b9ad6471ade938b1424a52 Mon Sep 17 00:00:00 2001 From: soufiane Date: Tue, 28 Jan 2025 16:22:33 +0100 Subject: [PATCH] wait #7285 @2:00 --- .../cube/src/Elementor/Widgets/FancyList.php | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/wp-content/mu-plugins/cube/src/Elementor/Widgets/FancyList.php b/wp-content/mu-plugins/cube/src/Elementor/Widgets/FancyList.php index dd123522..c13fa7a4 100644 --- a/wp-content/mu-plugins/cube/src/Elementor/Widgets/FancyList.php +++ b/wp-content/mu-plugins/cube/src/Elementor/Widgets/FancyList.php @@ -109,9 +109,8 @@ class FancyList extends Widget_Base { 'selectors' => [ '{{WRAPPER}}' => 'background-color: {{VALUE}};', ], - 'scheme' => [ - 'type' => Schemes\Color::get_type(), - 'value' => Schemes\Color::COLOR_3, + 'global' => [ + 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_TEXT, ], ] ); @@ -125,9 +124,8 @@ class FancyList extends Widget_Base { 'selectors' => [ '{{WRAPPER}}' => 'color: {{VALUE}};', ], - 'scheme' => [ - 'type' => Schemes\Color::get_type(), - 'value' => Schemes\Color::COLOR_3, + 'global' => [ + 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Colors::COLOR_TEXT, ], ] ); -- 2.39.5