diff --git a/src/views/components/SmartTaskTitleInput.jsx b/src/views/components/SmartTaskTitleInput.jsx index 4d87016..8432c44 100644 --- a/src/views/components/SmartTaskTitleInput.jsx +++ b/src/views/components/SmartTaskTitleInput.jsx @@ -213,7 +213,7 @@ const SmartTaskTitleInput = ({ fontSize: 'inherit', lineHeight: 'inherit', backgroundColor: 'transparent', - color: mode === 'dark' ? '#cbd5e1' : '#1a202c', + color: 'transparent', caretColor: mode === 'dark' ? '#fff' : '#000', }} />