Skip to content

Commit

Permalink
Stop using deprecated APIs from Fyne v2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacalz committed Jun 22, 2024
1 parent 5dd9a21 commit 90499bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/transport/bridge/send.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ func (d *SendData) OnSelected(i int) {
return
}

code.BackgroundColor = theme.OverlayBackgroundColor()
code.ForegroundColor = theme.ForegroundColor()
code.BackgroundColor = theme.Color(theme.ColorNameOverlayBackground)
code.ForegroundColor = theme.Color(theme.ColorNameForeground)
d.info.image.Image = code.Image(100)
d.info.image.Resource = nil
d.info.image.ScaleMode = canvas.ImageScalePixels
Expand Down

0 comments on commit 90499bc

Please sign in to comment.