feat : sale out of Province

This commit is contained in:
2025-06-22 11:12:57 +03:30
parent 4b7ff135d4
commit 97fe0f138f
6 changed files with 98 additions and 68 deletions

View File

@@ -67,7 +67,7 @@ class _RTextButtonState extends State<RTextButton> {
padding: WidgetStatePropertyAll(EdgeInsets.zero),
textStyle: WidgetStatePropertyAll(
widget.textStyle ??
AppFonts.yekan24.copyWith(color: AppColor.blueNormal),
AppFonts.yekan16.copyWith(color: AppColor.blueNormal),
),
),
onPressed:widget.onPressed,