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