File tree Expand file tree Collapse file tree
app/src/main/java/to/bitkit/ui/screens/widgets/price Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -145,7 +145,6 @@ fun PricePreviewContent(
145145 pricePreferences = pricePreferences,
146146 priceDTO = priceDTO,
147147 modifier = Modifier
148- .weight(1f )
149148 .fillMaxWidth(),
150149 )
151150 } else {
@@ -155,7 +154,12 @@ fun PricePreviewContent(
155154
156155 Row (
157156 modifier = Modifier
158- .padding(16 .dp)
157+ .padding(
158+ start = 16 .dp,
159+ end = 16 .dp,
160+ bottom = 16 .dp,
161+ top = 22 .dp,
162+ )
159163 .fillMaxWidth()
160164 .testTag(" buttons_row" ),
161165 horizontalArrangement = Arrangement .spacedBy(16 .dp),
@@ -246,7 +250,7 @@ private fun WidgetCarousel(
246250 textAlign = androidx.compose.ui.text.style.TextAlign .Center ,
247251 )
248252
249- VerticalSpacer (8 .dp)
253+ VerticalSpacer (16 .dp)
250254
251255 Row (
252256 modifier = Modifier
You can’t perform that action at this time.
0 commit comments