diff --git a/src/components/IntegratedStrategy.tsx b/src/components/IntegratedStrategy.tsx index c3adb4b..225c5ce 100644 --- a/src/components/IntegratedStrategy.tsx +++ b/src/components/IntegratedStrategy.tsx @@ -34,7 +34,7 @@ const IntegratedStrategy = () => { { name: "Social", count: 4, - color: "bg-[rgba(60,135,255,0.17)]", + color: "bg-[rgba(0,30,226,0.11)]", highlight: "bg-[#4C60E5]", items: [ { @@ -70,7 +70,7 @@ const IntegratedStrategy = () => { { name: "Citation", count: 2, - color: "bg-[rgba(0,30,226,0.11)]", + color: "bg-[rgba(60,135,255,0.17)]", highlight: "bg-[#4285F4]", items: [ { @@ -143,7 +143,7 @@ const IntegratedStrategy = () => { { name: "Social", count: 3, - color: "bg-[rgba(60,135,255,0.17)]", + color: "bg-[rgba(0,30,226,0.11)]", highlight: "bg-[#4C60E5]", items: [ { @@ -169,7 +169,7 @@ const IntegratedStrategy = () => { { name: "Citation", count: 5, - color: "bg-[rgba(0,30,226,0.11)]", + color: "bg-[rgba(60,135,255,0.17)]", highlight: "bg-[#4285F4]", items: [ { @@ -240,7 +240,7 @@ const IntegratedStrategy = () => { { name: "Social", count: 5, - color: "bg-[rgba(60,135,255,0.17)]", + color: "bg-[rgba(0,30,226,0.11)]", highlight: "bg-[#4C60E5]", items: [ { @@ -278,7 +278,7 @@ const IntegratedStrategy = () => { { name: "Citation", count: 5, - color: "bg-[rgba(0,30,226,0.11)]", + color: "bg-[rgba(60,135,255,0.17)]", highlight: "bg-[#4285F4]", items: [ { @@ -332,8 +332,8 @@ const IntegratedStrategy = () => { ] const CategorySection = ({ category }: { category: Category }) => ( -