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

Commit 903e019c authored by Chaohui Wang's avatar Chaohui Wang
Browse files

[Spa] Fix the Title color

Not hard code one, use the default on container color.

Fix: 343040341
Test: visual
Merged-In: If938962b91775206f32f0107b3b4702f9b5f88d1
Change-Id: I411e468425e5b811ba5c76c72aa158932ef2b087
parent ac3aebea
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -40,7 +40,6 @@ fun SettingsTitle(title: String, useMediumWeight: Boolean = false) {
    Text(
        text = title,
        modifier = Modifier.padding(vertical = SettingsDimension.paddingTiny),
        color = MaterialTheme.colorScheme.onSurface,
        style = MaterialTheme.typography.titleMedium.withWeight(useMediumWeight),
    )
}