Explorar o código

Change selected station color

Francesco Silvetti %!s(int64=4) %!d(string=hai) anos
pai
achega
8df3611c52
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>