Skip to content

Commit 99fb8d3

Browse files
committed
style(mcap): update indicator size now that the line is thicker
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
1 parent 39f65e2 commit 99fb8d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • apps/flipcash/features/tokens/src/main/kotlin/com/flipcash/app/tokens/internal/components/marketcap

apps/flipcash/features/tokens/src/main/kotlin/com/flipcash/app/tokens/internal/components/marketcap/MarketCapChart.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ private fun rememberChartMarker(
326326
{ color ->
327327
outerFillShapeComponent(
328328
outerFill = fill(outerFill),
329-
margins = Insets(6f),
329+
margins = Insets(8f),
330330
innerFill = fill(markerFill),
331331
strokeFill = fill(strokeFill ?: color),
332332
strokeThickness = 2.dp,
@@ -339,7 +339,7 @@ private fun rememberChartMarker(
339339
}
340340

341341
private val INDICATOR_SIZE: Dp
342-
@Composable get() = CodeTheme.dimens.grid.x2
342+
@Composable get() = CodeTheme.dimens.grid.x3
343343

344344
@Composable
345345
@Preview

0 commit comments

Comments
 (0)