Skip to content

Commit

Permalink
fix inversed parnthesis display (#1486)
Browse files Browse the repository at this point in the history
Co-authored-by: Yassin Nouh <70436855+YassinNouh21@users.noreply.github.com>
  • Loading branch information
ghassenbenzahra123 and YassinNouh21 authored Jan 18, 2025
1 parent 66d80ec commit 7216b00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/src/pages/home/widgets/FlashWidget.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import 'package:flutter/material.dart';
import 'package:google_fonts/google_fonts.dart';
import 'package:marquee/marquee.dart';
import 'package:mawaqit/src/helpers/RelativeSizes.dart';
import 'package:mawaqit/src/models/mosque.dart';
Expand Down Expand Up @@ -30,6 +31,8 @@ class _FlashWidgetState extends State<FlashWidget> {
velocity: 90,
blankSpace: 400,
style: TextStyle(
fontFamily:
flash.orientation == 'rtl' ? GoogleFonts.notoKufiArabic().fontFamily : GoogleFonts.roboto().fontFamily,
height: 1,
fontSize: 3.4.vwr,
fontWeight: FontWeight.bold,
Expand Down

0 comments on commit 7216b00

Please sign in to comment.