From: soufiane Date: Tue, 28 Jan 2025 15:22:33 +0000 (+0100) Subject: wait #7285 @2:00 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=7b50037956daa2c536b9ad6471ade938b1424a52;p=spinepro.git wait #7285 @2:00 --- 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, ], ] );