mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-01-31 07:10:45 +00:00
android: fix text color in selectors
This commit is contained in:
@@ -742,6 +742,7 @@ fun AccessibilitySettingsScreen() {
|
||||
Text(
|
||||
"Phone",
|
||||
fontSize = 16.sp,
|
||||
color = textColor,
|
||||
fontFamily = FontFamily(Font(R.font.sf_pro)),
|
||||
modifier = Modifier.weight(1f)
|
||||
)
|
||||
@@ -792,6 +793,7 @@ fun AccessibilitySettingsScreen() {
|
||||
Text(
|
||||
"Media",
|
||||
fontSize = 16.sp,
|
||||
color = textColor,
|
||||
fontFamily = FontFamily(Font(R.font.sf_pro)),
|
||||
modifier = Modifier.weight(1f)
|
||||
)
|
||||
|
||||
@@ -403,6 +403,7 @@ fun LongPressElement(name: String, enabled: Boolean = true, resourceId: Int, isF
|
||||
Text(
|
||||
name,
|
||||
fontSize = 16.sp,
|
||||
color = textColor,
|
||||
fontFamily = FontFamily(Font(R.font.sf_pro)),
|
||||
)
|
||||
Text (
|
||||
|
||||
Reference in New Issue
Block a user