Skip to content

Commit

Permalink
Don't draw qr code border
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacalz committed Jan 19, 2025
1 parent 8af22ef commit 4366f33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/ui/send.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ func buildSendView(nav *components.StackNavigator) fyne.CanvasObject {
fyne.LogError("Failed to encode qr code", err)
}

qr.DisableBorder = true
qr.BackgroundColor = theme.Color(theme.ColorNameBackground)
qr.ForegroundColor = theme.Color(theme.ColorNameForeground)

Expand Down

0 comments on commit 4366f33

Please sign in to comment.