Commit 7fcdf4e8 authored by r.manan@eksad.com's avatar r.manan@eksad.com

home1: typo&size

parent 2184c4d7
......@@ -52,7 +52,7 @@ class Home1 extends StatelessWidget {
Container(
// color: Colors.blue,
width: screenSize.width * 0.25,
height: screenSize.height * 0.09,
height: screenSize.height * 0.1,
child: ShowUpAnimation(
delayStart: const Duration(seconds: 1),
direction: Direction.horizontal,
......@@ -90,7 +90,7 @@ class Home1 extends StatelessWidget {
),
),
Container(
width: screenSize.width * 0.135,
width: screenSize.width * 0.15,
height: screenSize.height * 0.07,
child: ShowUpAnimation(
delayStart: const Duration(seconds: 1),
......@@ -103,7 +103,7 @@ class Home1 extends StatelessWidget {
},
style: DefaultColors(),
child: const Text(
'TAKL WITH EXPERT',
'TALK WITH EXPERT',
style: TextStyle(
fontSize: 17,
letterSpacing: 2,
......
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