diff --git a/src/components/ThreatSankeyViz.vue b/src/components/ThreatSankeyViz.vue
index 1a97d9d82e769524e782ebb9d4ccae1562d80a6a..4709d9aed597b24c711998d6fb09887857340de2 100644
--- a/src/components/ThreatSankeyViz.vue
+++ b/src/components/ThreatSankeyViz.vue
@@ -53,11 +53,11 @@
 
     // Colors for threat categories, Needs to be updated with CSS for text legend
     const categoryColors = {
-        'Climate and weather': '#c29fcd',
-        'Exploitation':  '#d38884',
-        'Habitat':  '#dab589', 
-        'Invasive species':  '#729C9D',
-        'Pollution': '#899bb7'
+        'Climate and weather': '#899bb7',
+        'Fishing pressure': '#c29fcd',
+        'Habitat': '#729C9D', 
+        'Invasive species': '#d38884',
+        'Pollution': '#dab589'
     }; 
 
     onMounted(async () => {