diff --git a/src/layout/components/main/default/article-tabs.ts b/src/layout/components/main/default/article-tabs.ts index ae16b44d..6163e04d 100644 --- a/src/layout/components/main/default/article-tabs.ts +++ b/src/layout/components/main/default/article-tabs.ts @@ -69,7 +69,7 @@ const defaultArticleTabs: DefaultArticleTabs = { field_show: ['0', '1'], }, style: { - tabs_checked: [{ color: '#FF9898', color_percentage: '' }, { color: '#FF2222', color_percentage: '' }], + tabs_checked: [{ color: '#FF2222', color_percentage: '' }, { color: '#FF9898', color_percentage: '' }], tabs_direction: '90deg', tabs_weight_checked: '500', tabs_size_checked: 14, diff --git a/src/layout/components/main/default/shop-tabs.ts b/src/layout/components/main/default/shop-tabs.ts index 53b8cb96..4b3c19ea 100644 --- a/src/layout/components/main/default/shop-tabs.ts +++ b/src/layout/components/main/default/shop-tabs.ts @@ -85,7 +85,7 @@ const defaultProductList: DefaultProductList = { shop_button_size: '1', }, style: { - tabs_checked: [{ color: '#FF9898', color_percentage: '' }, { color: '#FF2222', color_percentage: '' }], + tabs_checked: [{ color: '#FF2222', color_percentage: '' }, { color: '#FF9898', color_percentage: '' }], tabs_direction: '90deg', tabs_weight_checked: '500', tabs_size_checked: 14, diff --git a/src/layout/components/main/default/tabs.ts b/src/layout/components/main/default/tabs.ts index 45e113dd..50f93b29 100644 --- a/src/layout/components/main/default/tabs.ts +++ b/src/layout/components/main/default/tabs.ts @@ -38,7 +38,7 @@ const defaultTabs: defaultTabs = { ], }, style: { - tabs_checked: [{ color: '#FF9898', color_percentage: '' }, { color: '#FF2222', color_percentage: '' }], + tabs_checked: [{ color: '#FF2222', color_percentage: '' }, { color: '#FF9898', color_percentage: '' }], tabs_direction: '90deg', tabs_weight_checked: '500', tabs_size_checked: 14,