Skip to content

Commit 7075d3c

Browse files
committed
[File Manager] Remove card from file editor
1 parent 0f9125d commit 7075d3c

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

Flipper/iOS/UI/FileManager/FileManagerEditor.swift

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,13 @@ extension FileManagerView {
3030
} else if isLoading {
3131
ProgressView()
3232
} else {
33-
Card {
34-
TextEditor(text: $current)
35-
.focused($textFieldFocus)
36-
.font(.system(size: 14, weight: .medium))
37-
.hideScrollBackground()
38-
.frame(maxWidth: .infinity, maxHeight: .infinity)
39-
.padding(4)
40-
}
41-
.padding(14)
33+
TextEditor(text: $current)
34+
.focused($textFieldFocus)
35+
.font(.system(size: 14, weight: .medium))
36+
.hideScrollBackground()
4237
}
4338
}
39+
.padding(14)
4440
.frame(maxWidth: .infinity, maxHeight: .infinity)
4541
.background(Color.background)
4642
.navigationBarBackground(Color.a1)

0 commit comments

Comments
 (0)