Commit 28c996e2 authored by Dio Maulana's avatar Dio Maulana

edit style input nama

parent ac095706
......@@ -944,12 +944,17 @@ class _NewHome2State extends State<NewHome2> {
TextField(
keyboardType: TextInputType.text,
controller: nameController,
style: textStyleNormalFont(context),
style: const TextStyle(
fontFamily: 'OpenSans',
fontSize: 14,
color: textColorModalHeaderNama,
),
decoration: const InputDecoration(
labelText: 'Nama panggilan',
labelStyle: TextStyle(
fontFamily: 'OpenSans',
fontSize: 14,
fontWeight: FontWeight.w600,
color: textColorModalHeaderNama,
),
),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment