Skip to content

Commit

Permalink
Bug fix, matched the text inputed in the terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulaaass committed Jan 14, 2025
1 parent ef73200 commit 55618ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Terminal/ui/TerminalInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const useStyles = makeStyles()((theme: Theme) => ({
borderRadius: "4px",
padding: theme.spacing(1),
fontSize: "1rem",
color: theme.palette.text.primary,
color: '#04ce04',
transition: "border-color 0.2s ease, box-shadow 0.2s ease",
},
focusedInput: {
Expand Down

0 comments on commit 55618ad

Please sign in to comment.