Skip to content

Commit 678e39f

Browse files
committed
Merge branch 'release-prep' into main
2 parents 3005020 + 347f39e commit 678e39f

File tree

1 file changed

+2
-0
lines changed
  • app/src/main/java/dev/shorthouse/coinwatch/ui/screen/detail/component

1 file changed

+2
-0
lines changed

app/src/main/java/dev/shorthouse/coinwatch/ui/screen/detail/component/CoinChartCard.kt

+2
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ fun CoinChartCard(
7777
.height(200.dp)
7878
)
7979

80+
Spacer(Modifier.height(12.dp))
81+
8082
ChartPeriodSelector(
8183
selectedChartPeriod = chartPeriod,
8284
onChartPeriodSelected = onClickChartPeriod,

0 commit comments

Comments
 (0)