Skip to content

Commit

Permalink
fix wrong color name from recent refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
dweymouth authored May 29, 2024
1 parent b66baf5 commit 3fb3922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/util/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ func NewReorderTracksSubmenu(onReorderTracks func(sharedutil.TrackReorderOp)) *f
}

func AddHeaderBackground(obj fyne.CanvasObject) *fyne.Container {
return AddHeaderBackgroundWithColorName(obj, myTheme.ColorNamePageBackground)
return AddHeaderBackgroundWithColorName(obj, myTheme.ColorNamePageHeader)
}

func AddHeaderBackgroundWithColorName(obj fyne.CanvasObject, colorName fyne.ThemeColorName) *fyne.Container {
Expand Down

0 comments on commit 3fb3922

Please sign in to comment.