mirror of
https://github.com/foss42/apidash.git
synced 2025-05-30 13:27:09 +08:00
Improve padding
This commit is contained in:
@ -13,7 +13,7 @@ class _IntroPageState extends State<IntroPage> {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return const Padding(
|
||||
padding: kPh60v40,
|
||||
padding: kPh60,
|
||||
child: IntroMessage(),
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user