We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c2d3f2 commit d7688fdCopy full SHA for d7688fd
1 file changed
V2rayU/UI/Views/Profile/LegacyImportView.swift
@@ -33,9 +33,7 @@ struct LegacyImportView: View {
33
} else {
34
contentSection
35
}
36
-
37
Divider()
38
39
footerSection
40
41
.frame(width: 500, height: 400)
@@ -76,6 +74,7 @@ struct LegacyImportView: View {
76
74
.foregroundStyle(.secondary)
77
75
78
.buttonStyle(.plain)
+ .focusable(false)
79
.keyboardShortcut(.cancelAction)
80
81
.padding(20)
@@ -277,12 +276,13 @@ struct LegacyImportView: View {
277
276
278
private var footerSection: some View {
279
HStack {
+ Spacer()
280
+
281
Button(String(localized: .Close)) {
282
onDismiss()
283
284
285
- Spacer()
286
287
.padding(16)
288
0 commit comments