forked from React-Group/interstellar_ai
Input fields now do update the text color
This commit is contained in:
parent
601b0324b8
commit
d1602e3ad7
3 changed files with 7 additions and 0 deletions
|
@ -22,6 +22,7 @@ const TextSetting: React.FC<TextSettingProps> = ({ label, value, setValue, type,
|
|||
value={value} // Set the current value
|
||||
onChange={handleTextChange} // Handle input changes
|
||||
placeholder={placeholder} // Set the placeholder text
|
||||
className='textInputField'
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue