more work on light theme colos

This commit is contained in:
Drew Weymouth
2023-05-01 17:34:25 -07:00
parent dd1adaf2a2
commit 4711a2b196
2 changed files with 29 additions and 7 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ func NewBrowsingPane(app *backend.App) *BrowsingPane {
b.app.PlaybackManager.OnSongChange(b.onSongChange)
b.pageContainer = container.NewMax(
canvas.NewRectangle(fyne.CurrentApp().Settings().Theme().Color(
myTheme.ColorNamePageBackground, theme.VariantDark,
myTheme.ColorNamePageBackground, fyne.CurrentApp().Settings().ThemeVariant(),
)),
layout.NewSpacer())
b.settingsBtn = widget.NewButtonWithIcon("", theme.SettingsIcon(), func() {