Comment 5 for bug 1446452

Revision history for this message
Nekhelesh Ramananthan (nik90) wrote :

Found this code in music-app.qml,

// TODO: Workaround for pad.lv/1356779, force the theme's backgroundText color
        // to work with the app's backgroundColor
        Theme.palette.normal.backgroundText = "#81888888"

That's what I also did to fix this issue in Podbird. Pity we need such hacks still.