mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-05-18 23:06:50 +00:00
Compare commits
1 Commits
nightly-23
...
v0.2.5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
70f420dedb |
@@ -30,7 +30,7 @@ android {
|
|||||||
applicationId = "me.kavishdevar.librepods"
|
applicationId = "me.kavishdevar.librepods"
|
||||||
minSdk = 33
|
minSdk = 33
|
||||||
targetSdk = 37
|
targetSdk = 37
|
||||||
versionCode = 41
|
versionCode = 42
|
||||||
versionName = appVersionName
|
versionName = appVersionName
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
|||||||
@@ -625,7 +625,8 @@ fun AppSettingsScreen(
|
|||||||
fontSize = 18.sp,
|
fontSize = 18.sp,
|
||||||
fontFamily = FontFamily(Font(R.font.sf_pro)),
|
fontFamily = FontFamily(Font(R.font.sf_pro)),
|
||||||
fontWeight = FontWeight.Bold,
|
fontWeight = FontWeight.Bold,
|
||||||
textAlign = TextAlign.Center
|
textAlign = TextAlign.Center,
|
||||||
|
color = if (isSystemInDarkTheme()) Color.White else Color.Black
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
StyledIconButton(
|
StyledIconButton(
|
||||||
|
|||||||
Reference in New Issue
Block a user