mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 19:32:16 +00:00
Fix: Anti-features text not padded enough
This commit is contained in:
parent
0aa1ff9e22
commit
7db67fb09c
@ -637,6 +637,7 @@ class AppSheetX() : FullscreenBottomSheetDialogFragment(), Callbacks {
|
|||||||
preExpanded = false
|
preExpanded = false
|
||||||
) {
|
) {
|
||||||
Text(
|
Text(
|
||||||
|
modifier = Modifier.padding(8.dp),
|
||||||
text = product.antiFeatures.map { af ->
|
text = product.antiFeatures.map { af ->
|
||||||
val titleId =
|
val titleId =
|
||||||
AntiFeature.values().find { it.key == af }?.titleResId
|
AntiFeature.values().find { it.key == af }?.titleResId
|
||||||
|
Loading…
x
Reference in New Issue
Block a user