소스 검색

Change selected station color

Francesco Silvetti 4 년 전
부모
커밋
8df3611c52
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/src/components/data/GeneralPerSector/index.tsx

+ 1 - 1
app/src/components/data/GeneralPerSector/index.tsx

@@ -29,7 +29,7 @@ const GeneralPerSector: FC = () => {
     <tr key={x.station.station_code}>
       <th
         className={classes.cell}
-        style={{ color: x.station.station_code === sector ? "red" : undefined }}
+        style={{ color: x.station.station_code === sector ? "#0d6efd" : undefined }}
       >
         {x.station.title}
       </th>