Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 92f8279e authored by Catherine Liang's avatar Catherine Liang
Browse files

Fix color tiles not changing with light & dark theme

Fix code regression of color tiles not changing with light & dark
theme.

Bug: 285135391
Test: manually verified
Change-Id: Icc1f2f9f187759c85b64c35ce51257eadcd08936
parent a0636139
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -35,10 +35,10 @@ object ColorOptionIconBinder {
            )
        } else {
            view.bindColor(
                viewModel.darkThemeColor0,
                viewModel.darkThemeColor1,
                viewModel.darkThemeColor2,
                viewModel.darkThemeColor3,
                viewModel.lightThemeColor0,
                viewModel.lightThemeColor1,
                viewModel.lightThemeColor2,
                viewModel.lightThemeColor3,
            )
        }
    }