Skip to content

Commit

Permalink
change toolbarheight
Browse files Browse the repository at this point in the history
  • Loading branch information
ghassenbenzahra123 committed Oct 14, 2024
1 parent 3daaf05 commit b09857c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/src/pages/quran/page/reciter_selection_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import 'package:flutter_keyboard_visibility/flutter_keyboard_visibility.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';
import 'package:fluttertoast/fluttertoast.dart';
import 'package:mawaqit/const/resource.dart';
import 'package:mawaqit/src/helpers/RelativeSizes.dart';
import 'package:mawaqit/src/pages/quran/page/quran_reading_screen.dart';
import 'package:mawaqit/src/pages/quran/widget/recite_type_grid_view.dart';
import 'package:mawaqit/src/services/theme_manager.dart';
Expand Down Expand Up @@ -134,7 +135,7 @@ class _ReciterSelectionScreenState extends ConsumerState<ReciterSelectionScreen>
),
),
appBar: AppBar(
toolbarHeight: 40,
toolbarHeight: 6.vh,
backgroundColor: Color(0xFF28262F),
elevation: 0,
title: Text(
Expand Down

0 comments on commit b09857c

Please sign in to comment.