mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 11:59:30 +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) {
|
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