Skip to content

Commit

Permalink
Fixing threads color in reorder section.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldhuereca committed Jun 5, 2024
1 parent 0e4ec9a commit 9253764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions php/Options.php
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ public static function get_social_network_defaults() {
'threads' => array(
'label' => __( 'Threads', 'highlight-and-share' ),
'slug' => 'threads',
'color' => '#FFF',
'background' => '#333',
'color' => '#333',
'background' => '#FFF',
'order' => 12,
'custom' => false,
),
Expand Down

0 comments on commit 9253764

Please sign in to comment.