mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 03:49:22 +00:00
WIP note
This commit is contained in:
parent
057cd35d02
commit
1582b0313a
1 changed files with 1 additions and 0 deletions
|
@ -201,6 +201,7 @@ class AppNameText extends StatelessWidget {
|
|||
Widget build(BuildContext context) {
|
||||
return Text(
|
||||
"{$WhiteLabel.appName}",
|
||||
// TODO [prio=high]: `'appName' can't be accessed using static access.`",
|
||||
textAlign: TextAlign.center,
|
||||
style: !isDesktop
|
||||
? STextStyles.pageTitleH1(context)
|
||||
|
|
Loading…
Reference in a new issue