android: fix text color in email bottom sheet

This commit is contained in:
Kavish Devar
2026-04-27 10:17:33 +05:30
parent 23193ceb39
commit 70f420dedb
2 changed files with 3 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ android {
applicationId = "me.kavishdevar.librepods"
minSdk = 33
targetSdk = 37
versionCode = 41
versionCode = 42
versionName = appVersionName
}
buildTypes {

View File

@@ -625,7 +625,8 @@ fun AppSettingsScreen(
fontSize = 18.sp,
fontFamily = FontFamily(Font(R.font.sf_pro)),
fontWeight = FontWeight.Bold,
textAlign = TextAlign.Center
textAlign = TextAlign.Center,
color = if (isSystemInDarkTheme()) Color.White else Color.Black
)
)
StyledIconButton(