We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a52f238 commit d03ff2eCopy full SHA for d03ff2e
1 file changed
app/src/main/java/to/bitkit/ui/screens/widgets/price/PricePreviewScreen.kt
@@ -34,6 +34,7 @@ import to.bitkit.data.dto.price.TradingPair
34
import to.bitkit.models.widget.PricePreferences
35
import to.bitkit.ui.components.BodyM
36
import to.bitkit.ui.components.Caption13Up
37
+import to.bitkit.ui.components.FillHeight
38
import to.bitkit.ui.components.PrimaryButton
39
import to.bitkit.ui.components.SecondaryButton
40
import to.bitkit.ui.components.VerticalSpacer
@@ -150,9 +151,10 @@ fun PricePreviewContent(
150
151
priceDTO = priceDTO,
152
modifier = Modifier
153
.fillMaxWidth()
154
+ .weight(1f)
155
)
156
} else {
- Box(modifier = Modifier.weight(1f))
157
+ FillHeight()
158
}
159
160
0 commit comments