mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 15:17:31 +00:00
changed text field text color to black
This commit is contained in:
@ -74,6 +74,9 @@ class CreateSpaceDialogState extends State<CreateSpaceDialog> {
|
|||||||
onChanged: (value) {
|
onChanged: (value) {
|
||||||
enteredName = value; // Capture entered name
|
enteredName = value; // Capture entered name
|
||||||
},
|
},
|
||||||
|
style: TextStyle(
|
||||||
|
color: ColorsManager.blackColor,
|
||||||
|
),
|
||||||
decoration: InputDecoration(
|
decoration: InputDecoration(
|
||||||
hintText: 'Please enter the name',
|
hintText: 'Please enter the name',
|
||||||
filled: true,
|
filled: true,
|
||||||
|
Reference in New Issue
Block a user