mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-19 08:45:27 +02:00
Fixed custom dynamic theming for old devices. (#10)
This commit is contained in:
parent
16b8bd35a3
commit
e5b7a7b6c2
@ -199,7 +199,7 @@ dependencies {
|
|||||||
implementation("com.squareup.retrofit2:converter-moshi:2.9.0")
|
implementation("com.squareup.retrofit2:converter-moshi:2.9.0")
|
||||||
|
|
||||||
// Themmo
|
// Themmo
|
||||||
implementation("com.github.sadellie:themmo:0.0.5")
|
implementation("com.github.sadellie:themmo:74865c7650")
|
||||||
|
|
||||||
// ComposeReorderable
|
// ComposeReorderable
|
||||||
implementation("org.burnoutcrew.composereorderable:reorderable:0.9.6")
|
implementation("org.burnoutcrew.composereorderable:reorderable:0.9.6")
|
||||||
|
@ -75,7 +75,8 @@ fun KeyboardButton(
|
|||||||
) {
|
) {
|
||||||
Text(
|
Text(
|
||||||
text = digit,
|
text = digit,
|
||||||
style = NumbersTextStyleTitleLarge
|
style = NumbersTextStyleTitleLarge,
|
||||||
|
color = if (isPrimary) MaterialTheme.colorScheme.onSurfaceVariant else MaterialTheme.colorScheme.onSecondaryContainer,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user