Skip to content

Commit

Permalink
set default color as white for the appearance
Browse files Browse the repository at this point in the history
  • Loading branch information
josevarghese authored Dec 1, 2022
1 parent 4424b8e commit b95327c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/class-super-web-share-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ function superwebshare_settings_default( $name ){
'superwebshare_appearance_button_icon' => 'share-icon-1', // default value "share-icon-1"
'superwebshare_appearance_button_size' => 'lg', // default value "lg"
'superwebshare_appearance_button_style' => 'style-1', // default value "style-1"
'superwebshare_appearance_button_text_color' => '' // default value as none, as we output the text color as white
'superwebshare_appearance_button_text_color' => '#ffffff' // default value as #ffffff, as we output the text color as white

),
];
Expand Down

0 comments on commit b95327c

Please sign in to comment.