Skip to content

Commit b95327c

Browse files
authored
set default color as white for the appearance
1 parent 4424b8e commit b95327c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

admin/class-super-web-share-admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@ function superwebshare_settings_default( $name ){
855855
'superwebshare_appearance_button_icon' => 'share-icon-1', // default value "share-icon-1"
856856
'superwebshare_appearance_button_size' => 'lg', // default value "lg"
857857
'superwebshare_appearance_button_style' => 'style-1', // default value "style-1"
858-
'superwebshare_appearance_button_text_color' => '' // default value as none, as we output the text color as white
858+
'superwebshare_appearance_button_text_color' => '#ffffff' // default value as #ffffff, as we output the text color as white
859859

860860
),
861861
];

0 commit comments

Comments
 (0)