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

Verified Commit c1200c1d authored by Saalim Quadri's avatar Saalim Quadri
Browse files

fix: Resolve theming in SearchView compose

parent 140028c8
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ fun AppTheme(darkTheme: Boolean = isSystemInDarkTheme(), content: @Composable ()
                tertiary = colorResource(eR.color.e_accent_light),
                background = colorResource(eR.color.e_background_light),
                surface = colorResource(eR.color.e_floating_background_light),
                onPrimary = colorResource(eR.color.e_primary_text_color_light),
                onPrimary = colorResource(eR.color.e_primary_text_color_dark),
                onSecondary = colorResource(eR.color.e_primary_text_color_dark),
                onBackground = colorResource(eR.color.e_primary_text_color_light),
                onSurface = colorResource(eR.color.e_primary_text_color_light),