Skip to content

Commit

Permalink
refactor: adjust the icons in reading
Browse files Browse the repository at this point in the history
  • Loading branch information
YassinNouh21 committed Oct 18, 2024
1 parent 7600423 commit da1d31c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/pages/quran/page/quran_reading_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ class _QuranReadingScreenState extends ConsumerState<QuranReadingScreen> {
return Align(
alignment: Alignment.topCenter,
child: Padding(
padding: EdgeInsets.only(top: 0.5.h),
padding: EdgeInsets.only(top: 0.3.h),
child: Material(
color: Colors.transparent,
child: InkWell(
Expand All @@ -211,7 +211,7 @@ class _QuranReadingScreenState extends ConsumerState<QuranReadingScreen> {
},
borderRadius: BorderRadius.circular(20),
child: Container(
padding: EdgeInsets.symmetric(horizontal: 16, vertical: 8),
padding: EdgeInsets.symmetric(horizontal: 16, vertical: 4),
decoration: BoxDecoration(
color: Colors.black.withOpacity(0.4),
borderRadius: BorderRadius.circular(20),
Expand Down

0 comments on commit da1d31c

Please sign in to comment.