mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-05-16 22:16:33 +00:00
Compare commits
1 Commits
nightly-23
...
nightly-70
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
70f420dedb |
@@ -30,7 +30,7 @@ android {
|
||||
applicationId = "me.kavishdevar.librepods"
|
||||
minSdk = 33
|
||||
targetSdk = 37
|
||||
versionCode = 41
|
||||
versionCode = 42
|
||||
versionName = appVersionName
|
||||
}
|
||||
buildTypes {
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user