mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-10 20:54:33 +00:00
font size fix
This commit is contained in:
parent
1b868426f9
commit
26055f402b
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue