Skip to content

Commit

Permalink
[ABW-3618] Account address overlay missing X button (#1225)
Browse files Browse the repository at this point in the history
  • Loading branch information
danvleju-rdx committed Jul 18, 2024
1 parent 6d24b21 commit 26d012a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RadixWallet/Core/DesignSystem/Components/CloseButton.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public struct CloseButton: View {
Image(.close)
.resizable()
.frame(kind.size)
.foregroundColor(nil)
.tint(kind.tint)
.padding(kind.padding)
}
Expand Down

0 comments on commit 26d012a

Please sign in to comment.