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

Unverified Commit 55c487b1 authored by Wolf Montwé's avatar Wolf Montwé
Browse files

Move K9 and Thunderbird themes into theme module

parent 04ece92e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ fun K9Theme(
    darkTheme: Boolean = isSystemInDarkTheme(),
    content: @Composable () -> Unit,
) {
    val images = Images(logo = app.k9mail.core.ui.compose.demo.R.drawable.logo_orange)
    val images = Images(logo = R.drawable.logo_orange)

    MainTheme(
        lightColorPalette = k9LightColorPalette,
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ fun ThunderbirdTheme(
    darkTheme: Boolean = isSystemInDarkTheme(),
    content: @Composable () -> Unit,
) {
    val images = Images(logo = app.k9mail.core.ui.compose.demo.R.drawable.logo_teal)
    val images = Images(logo = R.drawable.logo_teal)

    MainTheme(
        lightColorPalette = thunderbirdLightColorPalette,