fix : font size
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user