Skip to content

Commit 33aec3c

Browse files
author
Carlos Cabanero
committed
KeyListView had a gray background lefted out
1 parent bd22751 commit 33aec3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Settings/ViewControllers/BKPubKey/KeyListView.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ private extension NewKeyMenuContentView {
275275
.font(.system(size: 16))
276276
Spacer()
277277
}
278-
.background(Color.gray.opacity(0.2))
278+
// .background(Color.gray.opacity(0.2))
279279
.frame(maxWidth: .infinity)
280280
}
281281

0 commit comments

Comments
 (0)