Fix table name click to cliq in all files

This commit is contained in:
Hamza-Ayed
2026-08-01 04:31:53 +03:00
parent 811b23ca9e
commit b78a6797d5
5 changed files with 7 additions and 6 deletions
@@ -124,7 +124,7 @@ class _PaymentScreenCliqState extends State<PaymentScreenCliq> with SingleTicker
children: [
Text('Invoice Amount'.tr, style: TextStyle(color: Colors.white.withOpacity(0.6), fontSize: 13)),
const SizedBox(height: 6),
Text('${widget.amount.toStringAsFixed(widget.amount == widget.amount.roundToDouble() ? 0 : 1)} ${'SYP'}',
Text('${widget.amount.toStringAsFixed(widget.amount == widget.amount.roundToDouble() ? 0 : 1)} JOD',
style: const TextStyle(color: Colors.white, fontSize: 32, fontWeight: FontWeight.w700, letterSpacing: 1)),
],
),