Skip to content

Commit

Permalink
refactor: add increase the font, decrease the decrease the Padding
Browse files Browse the repository at this point in the history
  • Loading branch information
YassinNouh21 committed Dec 21, 2024
1 parent 62aea71 commit 46faef7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/src/pages/quran/reading/quran_reading_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ class _QuranReadingScreenState extends ConsumerState<QuranReadingScreen> {
children: [
// Add padding container around main content
Padding(
padding: EdgeInsets.only(top: isPortrait ? 0 : 2.h), // Add top padding only in landscape mode
padding: EdgeInsets.only(top: isPortrait ? 0 : 1.h), // Add top padding only in landscape mode
child: viewStrategy.buildView(state, ref, context),
),

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class SurahSelectorWidget extends ConsumerWidget {
state.currentSurahName,
style: TextStyle(
color: Colors.white,
fontSize: 7.sp,
fontSize: 8.sp,
fontWeight: FontWeight.bold,
),
textAlign: TextAlign.center,
Expand Down

0 comments on commit 46faef7

Please sign in to comment.