fix : font size

This commit is contained in:
2025-05-26 12:11:51 +03:30
parent 363e810070
commit 3e868e4158

View File

@@ -49,7 +49,7 @@ class RElevated extends StatelessWidget {
), ),
minimumSize: Size(isFullWidth ? double.infinity : width, height), minimumSize: Size(isFullWidth ? double.infinity : width, height),
padding: EdgeInsets.zero, padding: EdgeInsets.zero,
textStyle: textStyle ?? AppFonts.yekan24, textStyle: textStyle ?? AppFonts.yekan18,
), ),
child: child:
isLoading isLoading