mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-02-04 04:06:38 +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(
|
child: Text(
|
||||||
"Do not close this window. If you exit, "
|
"Do not close this window. If you exit, "
|
||||||
"the process will be canceled.",
|
"the process will be canceled.",
|
||||||
style: STextStyles.smallMed14(context).copyWith(
|
style: STextStyles.w500_14(context).copyWith(
|
||||||
color: Theme.of(context)
|
color: Theme.of(context)
|
||||||
.extension<StackColors>()!
|
.extension<StackColors>()!
|
||||||
.snackBarTextError,
|
.snackBarTextError,
|
||||||
|
|
Loading…
Reference in a new issue