Skip to content

Commit

Permalink
- caret-white
Browse files Browse the repository at this point in the history
  • Loading branch information
soohoonc committed Dec 11, 2023
1 parent 00cec0c commit 7099e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/terminal-input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const TerminalInput = React.forwardRef(({}, ref) => {
onInput={handleChange}
onKeyDown={handleKeyDown}
content={input}
className='bg-transparent outline-none caret-white'
className='bg-transparent outline-none'
autoFocus
/>
</div>
Expand Down

0 comments on commit 7099e11

Please sign in to comment.