Skip to content

Commit

Permalink
Fixed pitch black theme mode #1103
Browse files Browse the repository at this point in the history
  • Loading branch information
fast4x committed Mar 18, 2024
1 parent 96634e1 commit 4c732ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -253,15 +253,14 @@ fun OnlineSearch(
modifier = Modifier
.size(24.dp)
)
/*

IconButton(
onClick = onAction4,
icon = R.drawable.chevron_back,
color = colorPalette.favoritesIcon,
modifier = Modifier
.size(24.dp)
)
*/
}
/*
if (playlistId != null) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ fun UiSettings() {
},
onValueSelected = {
colorPaletteMode = it
if (it == ColorPaletteMode.PitchBlack) colorPaletteName = ColorPaletteName.ModernBlack
//if (it == ColorPaletteMode.PitchBlack) colorPaletteName = ColorPaletteName.ModernBlack
},
valueText = {
when (it) {
Expand Down

0 comments on commit 4c732ae

Please sign in to comment.