Remove shadow from decoration
This commit is contained in:
parent
e6b5c68ad1
commit
71ae42bb93
1 changed files with 2 additions and 10 deletions
|
@ -168,21 +168,13 @@ fun HomeScreen() {
|
|||
drawCircle(
|
||||
color = colorPalette.primaryContainer,
|
||||
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(
|
||||
color = colorPalette.primaryContainer,
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue