Skip to content

Commit dd9ea93

Browse files
committed
fix invisible input text in coordinate-polar and derivative-calculator
1 parent 4fbbf16 commit dd9ea93

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

web-app/js/projects.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1982,7 +1982,8 @@ function initFlames() {
19821982
gameActive = true;
19831983
instructionsDiv.textContent = "Watch the sequence...";
19841984
startNewRound();
1985-
1985+
});
1986+
19861987
calculateBtn.addEventListener('click', calculateFlames);
19871988
name1Input.addEventListener('keypress', (e) => {
19881989
if (e.key === 'Enter') calculateFlames();

web-app/js/projects/derivative-calculator.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ function getDerivativeCalculatorHTML() {
8181
button{
8282
padding:15px;
8383
border-radius:30px;
84-
color: var(--text-color);
8584
}
8685
</style>
8786
`;

0 commit comments

Comments
 (0)