Skip to content

Commit

Permalink
KeyListView had a gray background lefted out
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Cabanero committed Jun 24, 2024
1 parent bd22751 commit 33aec3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Settings/ViewControllers/BKPubKey/KeyListView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ private extension NewKeyMenuContentView {
.font(.system(size: 16))
Spacer()
}
.background(Color.gray.opacity(0.2))
// .background(Color.gray.opacity(0.2))
.frame(maxWidth: .infinity)
}

Expand Down

0 comments on commit 33aec3c

Please sign in to comment.