We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbbb6c4 commit 7eb465aCopy full SHA for 7eb465a
feature/home/src/main/kotlin/com/ninecraft/booket/feature/home/HomeUi.kt
@@ -6,6 +6,7 @@ import android.content.pm.PackageManager
6
import android.os.Build
7
import androidx.activity.compose.rememberLauncherForActivityResult
8
import androidx.activity.result.contract.ActivityResultContracts
9
+import androidx.compose.foundation.background
10
import androidx.compose.foundation.layout.Arrangement
11
import androidx.compose.foundation.layout.Box
12
import androidx.compose.foundation.layout.Column
@@ -219,7 +220,7 @@ internal fun HomeContent(
219
220
.size(12.dp)
221
.padding(3.dp)
222
.clip(CircleShape)
- .background(color),
223
+ .drawBehind { drawRect(color) },
224
)
225
}
226
0 commit comments