Skip to content

Commit

Permalink
Remove button icons background
Browse files Browse the repository at this point in the history
  • Loading branch information
amddg44 committed Apr 4, 2024
1 parent 208fd3f commit 3b5e8bf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions DuckDuckGo/AutofillLoginDetailsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,6 @@ private struct CopyableCell: View {
}
}
.buttonStyle(.plain) // Prevent taps from being forwarded to the container view
.background(BackgroundColor(isSelected: selectedCell == id).color)
.accessibilityLabel(buttonAccessibilityLabel)
.contentShape(Rectangle())
.frame(width: Constants.textFieldTapSize, height: Constants.textFieldTapSize)
Expand All @@ -528,7 +527,6 @@ private struct CopyableCell: View {
}
}
.buttonStyle(.plain) // Prevent taps from being forwarded to the container view
.background(BackgroundColor(isSelected: selectedCell == id).color)
.accessibilityLabel(secondaryButtonAccessibilityLabel)
.contentShape(Rectangle())
.frame(width: Constants.textFieldTapSize, height: Constants.textFieldTapSize)
Expand Down

0 comments on commit 3b5e8bf

Please sign in to comment.