소스 검색

Update layout-traffic.tsx (#528)

black23eep 1 년 전
부모
커밋
41fbf5ba36
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>