From 925376453b0d2efbb679cfd744d771b6b1fa8f39 Mon Sep 17 00:00:00 2001 From: Ronald Huereca Date: Wed, 5 Jun 2024 06:56:25 -0500 Subject: [PATCH] Fixing threads color in reorder section. --- php/Options.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php/Options.php b/php/Options.php index df60a17..d82166f 100644 --- a/php/Options.php +++ b/php/Options.php @@ -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, ),