Skip to content

Commit

Permalink
refactor: finest of fine tunes
Browse files Browse the repository at this point in the history
  • Loading branch information
charlieforward9 committed Jul 5, 2024
1 parent e5a1597 commit 7fe3e37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/state.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const initialState: NHState = {
endDate: new Date(Times.FEB_2024),
startTime: Times.START_2020 / 1000,
endTime: Times.FEB_2024 / 1000,
daysPerTick: 16.4, //This is what lines up with the song of choice (https://youtu.be/yblfMrUeiP4?t=248)
daysPerTick: 16.31, //This is what lines up with the song of choice (https://youtu.be/yblfMrUeiP4?t=248)
tripLayer: [],
cameraProps: cameraStart,
currentTime: 0,
Expand Down
2 changes: 1 addition & 1 deletion src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ body {
border-radius: 10px;
width: 100%;
margin: 10px;
max-width: 600px;
max-width: 400px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); /* Matching shadow */
color: white; /* Text color to match existing theme */
border: 2px solid black; /* Matching border style */
Expand Down

0 comments on commit 7fe3e37

Please sign in to comment.