diff --git a/src/themes/fashion/style.json b/src/themes/fashion/style.json index 855fb6b..6ee28e0 100644 --- a/src/themes/fashion/style.json +++ b/src/themes/fashion/style.json @@ -46,6 +46,7 @@ "guideColor": "#000000", "guideMetaColor": "rgba(0, 0, 0, 0.6)", "foodBg": "rgba(255, 255, 255, 0.6)", + "foodBorder": "4px solid #F68B51", "recBg": "rgba(255, 255, 255, 0.6)", "recBorder": "2px solid rgba(255, 255, 255, 0.6)" }, diff --git a/src/themes/luxury/style.json b/src/themes/luxury/style.json index 5ab8060..7f87634 100644 --- a/src/themes/luxury/style.json +++ b/src/themes/luxury/style.json @@ -46,6 +46,7 @@ "guideColor": "#fff", "guideMetaColor": "rgba(255, 255, 255, 0.8)", "foodBg": "linear-gradient(180deg, #ffffff 0%, #f2f4f8 100%)", + "foodBorder": "4px solid #F68B51", "recBg": "linear-gradient(180deg, #ffffff 0%, #f2f4f8 100%)", "recBorder": "none" }, diff --git a/src/themes/main/style.json b/src/themes/main/style.json index 2b6630e..387ec84 100644 --- a/src/themes/main/style.json +++ b/src/themes/main/style.json @@ -46,6 +46,7 @@ "guideColor": "#000000", "guideMetaColor": "rgba(0, 0, 0, 0.6)", "foodBg": "linear-gradient(180deg, #ffffff 0%, #f2f4f8 100%)", + "foodBorder": "4px solid #F68B51", "recBg": "linear-gradient(180deg, #ffffff 0%, #f2f4f8 100%)", "recBorder": "none" },