Improve padding

This commit is contained in:
Ankit Mahato
2023-05-04 20:50:02 +05:30
parent 149794e3bc
commit e1094643da
4 changed files with 11 additions and 9 deletions

View File

@ -13,7 +13,7 @@ class _IntroPageState extends State<IntroPage> {
@override
Widget build(BuildContext context) {
return const Padding(
padding: kPh60v40,
padding: kPh60,
child: IntroMessage(),
);
}