CWA-177 | added text alignment to the current node list tile in the settings page

Oleksandr Sobol committed Mar 2, 2020 at 22:02 UTC d3b3f079c67801b0645717de98d9cbea1e24777e
1 file changed +1
lib/src/screens/settings/settings.dart
+1
@@ -79,6 +79,7 @@ class SettingsFormState extends State<SettingsForm> {
79 widget: Observer(
80 builder: (_) => Text(
81 settingsStore.node == null ? '' : settingsStore.node.uri,
82 + textAlign: TextAlign.right,
83 style: TextStyle(
84 fontSize: 16.0,
85 color: