|
@@ -168,21 +168,13 @@ fun HomeScreen() {
|
|
drawCircle(
|
|
drawCircle(
|
|
color = colorPalette.primaryContainer,
|
|
color = colorPalette.primaryContainer,
|
|
center = size.center.copy(x = 8.dp.toPx()),
|
|
center = size.center.copy(x = 8.dp.toPx()),
|
|
- radius = 16.dp.toPx(),
|
|
|
|
- shadow = Shadow(
|
|
|
|
- color = colorPalette.primaryContainer,
|
|
|
|
- blurRadius = 4.dp.toPx()
|
|
|
|
- )
|
|
|
|
|
|
+ radius = 16.dp.toPx()
|
|
)
|
|
)
|
|
|
|
|
|
drawCircle(
|
|
drawCircle(
|
|
color = colorPalette.primaryContainer,
|
|
color = colorPalette.primaryContainer,
|
|
center = Offset(x = 32.dp.toPx(), y = 0f),
|
|
center = Offset(x = 32.dp.toPx(), y = 0f),
|
|
- radius = 8.dp.toPx(),
|
|
|
|
- shadow = Shadow(
|
|
|
|
- color = colorPalette.primaryContainer,
|
|
|
|
- blurRadius = 4.dp.toPx()
|
|
|
|
- )
|
|
|
|
|
|
+ radius = 8.dp.toPx()
|
|
)
|
|
)
|
|
|
|
|
|
if (!isFirstLaunch) return@drawBehind
|
|
if (!isFirstLaunch) return@drawBehind
|