Browse Source

fix: restrict button sizes

develop
sina 2 weeks ago
parent
commit
0f374c4937
  1. 2
      lib/features/home/presentation/ui/home_page.dart

2
lib/features/home/presentation/ui/home_page.dart

@ -163,6 +163,7 @@ class _HomePageState extends State<HomePage> {
children: [
SizedBox(
width: 0.48.w,
height: 100,
child: MyYellowButton(
onTap: () {
context.read<HomeBloc>().goToLevelPage(context);
@ -173,6 +174,7 @@ class _HomePageState extends State<HomePage> {
const SizedBox(width: 20),
SizedBox(
width: 0.38.w,
height: 100,
child: MyWhiteButton(
title: 'تبرع',
onTap: () {

Loading…
Cancel
Save