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

Commit 94d282ea authored by narinder Rana's avatar narinder Rana
Browse files

update compose feb button

parent 0bb77e5d
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -189,9 +189,9 @@ class MainActivity : QkThemedActivity(), MainView {
                    plusIcon.setTint(theme.theme)
                    rateIcon.setTint(theme.theme)
                    // Set the FAB compose icon color
                    compose.setTint(ContextCompat.getColor(this, R.color.tools_theme))
                    compose.setTint(ContextCompat.getColor(this, R.color.colorPrimaryDark))
                    //set the FAB background color
                    compose.setBackgroundTint(ContextCompat.getColor(this, R.color.colorPrimaryDark))
                    compose.setBackgroundTint(ContextCompat.getColor(this, R.color.tools_theme))

                }