Skip to content

Commit

Permalink
solve over flow error in enable shared alarm dialog (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
AmrAbdElHamed26 authored Mar 26, 2024
1 parent be394af commit 3561af4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions lib/app/modules/addOrUpdateAlarm/views/shared_alarm_tile.dart
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,7 @@ class SharedAlarm extends StatelessWidget {
crossAxisAlignment: CrossAxisAlignment.center,
mainAxisAlignment: MainAxisAlignment.center,
children: [
SizedBox(
width: width * 0.37,
Expanded(
child: TextButton(
style: ButtonStyle(
backgroundColor:
Expand Down Expand Up @@ -207,8 +206,7 @@ class SharedAlarm extends StatelessWidget {
SizedBox(
width: width * 0.05,
),
SizedBox(
width: width * 0.3,
Expanded(
child: TextButton(
style: ButtonStyle(
backgroundColor:
Expand Down

0 comments on commit 3561af4

Please sign in to comment.