Commit c3e4117c authored by Fikri's avatar Fikri

merapikan setting

parent f6f3af4a
......@@ -258,7 +258,7 @@ class _SettingDashboardState extends State<SettingDashboard> {
width: screenSize1 * 0.5,
child: TextFormField(
decoration: const InputDecoration(
labelText: "Multi Cloud Solution",
labelText: "MedApp",
hintStyle: TextStyle(),
border: OutlineInputBorder(
borderSide: BorderSide(
......@@ -267,9 +267,9 @@ class _SettingDashboardState extends State<SettingDashboard> {
enabled: enb,
),
),
const SizedBox(
height: 20,
),
// const SizedBox(
// height: 20,
// ),
// const Text(
// "Site tagline",
// style: TextStyle(
......@@ -277,9 +277,9 @@ class _SettingDashboardState extends State<SettingDashboard> {
// fontSize: 17,
// fontWeight: FontWeight.bold),
// ),
const SizedBox(
height: 7,
),
// const SizedBox(
// height: 7,
// ),
// Container(
// height: 40,
// width: screenSize1 * 0.5,
......@@ -294,16 +294,16 @@ class _SettingDashboardState extends State<SettingDashboard> {
// enabled: enb,
// ),
// ),
const SizedBox(
height: 10,
),
const Text(
"In a few words, explain what this site is about.",
overflow: TextOverflow.ellipsis,
style: TextStyle(
color: Colors.grey,
fontSize: 16,
fontWeight: FontWeight.normal)),
// const SizedBox(
// height: 10,
// ),
// const Text(
// "In a few words, explain what this site is about.",
// overflow: TextOverflow.ellipsis,
// style: TextStyle(
// color: Colors.grey,
// fontSize: 16,
// fontWeight: FontWeight.normal)),
],
),
),
......
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