Add spacer

This commit is contained in:
Arkadiusz Fal 2021-11-05 15:46:50 +01:00
parent bf8093c587
commit e2e864e9da

View File

@ -34,6 +34,8 @@ struct InstancesSettings: View {
Text("You have no instances configured")
.font(.caption)
.foregroundColor(.secondary)
Spacer()
}
if !selectedInstance.isNil, selectedInstance.app.supportsAccounts {