diff --git a/resources/scripts/components/server/console/StatGraphs.tsx b/resources/scripts/components/server/console/StatGraphs.tsx
index 9af405ba6..8a6ba6d74 100644
--- a/resources/scripts/components/server/console/StatGraphs.tsx
+++ b/resources/scripts/components/server/console/StatGraphs.tsx
@@ -35,8 +35,8 @@ export default () => {
return {
...opts,
label: !index ? 'Network In' : 'Network Out',
- borderColor: !index ? theme('colors.cyan.400') : theme('colors.yellow.400'),
- backgroundColor: hexToRgba(!index ? theme('colors.cyan.700') : theme('colors.yellow.700'), 0.5),
+ borderColor: !index ? theme('colors.orange.400') : theme('colors.red.400'),
+ backgroundColor: hexToRgba(!index ? theme('colors.orange.700') : theme('colors.red.700'), 0.5),
};
},
});
@@ -79,10 +79,10 @@ export default () => {
legend={
<>
-
+
-
+
>
}