font size fix

This commit is contained in:
julian 2023-10-16 15:31:03 -06:00
parent 1b868426f9
commit 26055f402b

View file

@ -117,7 +117,7 @@ class _FusionProgressViewState extends State<FusionProgressView> {
child: Text(
"Do not close this window. If you exit, "
"the process will be canceled.",
style: STextStyles.smallMed14(context).copyWith(
style: STextStyles.w500_14(context).copyWith(
color: Theme.of(context)
.extension<StackColors>()!
.snackBarTextError,