Skip to content

Commit 9954e5f

Browse files
committed
Update Embedpress_Pdf.php
1 parent 2557f6b commit 9954e5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

EmbedPress/Elementor/Widgets/Embedpress_Pdf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ protected function register_controls()
395395
[
396396
'label' => esc_html__( 'Color', 'embedpress' ),
397397
'type' => \Elementor\Controls_Manager::COLOR,
398-
'default' => Helper::get_options_value('custom_color'),
398+
// 'default' => Helper::get_options_value('custom_color'),
399399
'global' => [
400400
'default' => Global_Colors::COLOR_PRIMARY,
401401
],

0 commit comments

Comments
 (0)