'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,
],
]
);
'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,
],
]
);