Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

Commit

Permalink
Merge branch 'main' into feature/ptcs-update-5
Browse files Browse the repository at this point in the history
  • Loading branch information
n4o847 committed Oct 14, 2023
2 parents 4880a2c + 3097b42 commit d639b5b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ptcs/ptcs_ui/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Plarailers Train Control System</title>
<script type="module" crossorigin src="/assets/index-c445e1f6.js"></script>
<script type="module" crossorigin src="/assets/index-79553343.js"></script>
</head>
<body>
<div id="root"></div>
Expand Down
16 changes: 8 additions & 8 deletions ptcs/ptcs_ui/src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,20 +93,20 @@ const ui: RailwayUI = {
},
trains: {
t0: {
fill: DEFAULT_THEME.colors.yellow[4],
stroke: DEFAULT_THEME.colors.yellow[9],
fill: DEFAULT_THEME.colors.blue[4],
stroke: DEFAULT_THEME.colors.blue[9],
},
t1: {
fill: DEFAULT_THEME.colors.green[5],
stroke: DEFAULT_THEME.colors.green[9],
fill: DEFAULT_THEME.colors.orange[5],
stroke: DEFAULT_THEME.colors.orange[9],
},
t2: {
fill: DEFAULT_THEME.colors.cyan[4],
stroke: DEFAULT_THEME.colors.cyan[9],
fill: DEFAULT_THEME.colors.indigo[6],
stroke: DEFAULT_THEME.colors.indigo[9],
},
t3: {
fill: DEFAULT_THEME.colors.indigo[5],
stroke: DEFAULT_THEME.colors.indigo[9],
fill: DEFAULT_THEME.colors.lime[5],
stroke: DEFAULT_THEME.colors.lime[9],
},
t4: {
fill: DEFAULT_THEME.colors.red[5],
Expand Down

0 comments on commit d639b5b

Please sign in to comment.