Browse Source

Update layout-traffic.tsx (#528)

black23eep 1 year ago
parent
commit
41fbf5ba36
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/layout/layout-traffic.tsx

+ 1 - 1
src/components/layout/layout-traffic.tsx

@@ -103,7 +103,7 @@ export const LayoutTraffic = () => {
         <Box display="flex" alignItems="center" whiteSpace="nowrap">
           <ArrowUpward
             {...iconStyle}
-            color={+up > 0 ? "primary" : "disabled"}
+            color={+up > 0 ? "secondary" : "disabled"}
           />
           <Typography {...valStyle}>{up}</Typography>
           <Typography {...unitStyle}>{upUnit}/s</Typography>