mirror of
https://github.com/AChep/keyguard-app.git
synced 2025-02-03 15:47:42 +01:00
fix: Make Nav bar label text size 10sp to fit the Watchtower text #190
This commit is contained in:
parent
13e2b7f360
commit
0927b27657
@ -85,6 +85,7 @@ import androidx.compose.ui.platform.LocalDensity
|
||||
import androidx.compose.ui.text.style.TextAlign
|
||||
import androidx.compose.ui.unit.coerceAtLeast
|
||||
import androidx.compose.ui.unit.dp
|
||||
import androidx.compose.ui.unit.sp
|
||||
import androidx.compose.ui.zIndex
|
||||
import com.artemchep.keyguard.common.model.DAccountStatus
|
||||
import com.artemchep.keyguard.common.usecase.GetAccountStatus
|
||||
@ -399,7 +400,7 @@ fun HomeScreenContent(
|
||||
textAlign = TextAlign.Center,
|
||||
// Default style does not fit on devices with small
|
||||
// screens.
|
||||
style = MaterialTheme.typography.labelSmall,
|
||||
fontSize = 10.sp,
|
||||
)
|
||||
}
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user