mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-17 01:37:40 +00:00
CWA-177 | added text alignment to the current node list tile in the settings page
This commit is contained in:
parent
402b94a299
commit
d3b3f079c6
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ class SettingsFormState extends State<SettingsForm> {
|
|||
widget: Observer(
|
||||
builder: (_) => Text(
|
||||
settingsStore.node == null ? '' : settingsStore.node.uri,
|
||||
textAlign: TextAlign.right,
|
||||
style: TextStyle(
|
||||
fontSize: 16.0,
|
||||
color:
|
||||
|
|
Loading…
Reference in a new issue