浏览代码

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>