From 131d2108b3bcbf085ea81fafe99e946c71647193 Mon Sep 17 00:00:00 2001 From: Brandon McAnsh Date: Fri, 26 Jun 2026 18:00:59 -0400 Subject: [PATCH] chore: actually include the renamed component Signed-off-by: Brandon McAnsh --- .../src/main/kotlin/com/getcode/ui/components/BlurredContent.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/components/src/main/kotlin/com/getcode/ui/components/BlurredContent.kt b/ui/components/src/main/kotlin/com/getcode/ui/components/BlurredContent.kt index c4212b539..65d102c77 100644 --- a/ui/components/src/main/kotlin/com/getcode/ui/components/BlurredContent.kt +++ b/ui/components/src/main/kotlin/com/getcode/ui/components/BlurredContent.kt @@ -17,7 +17,7 @@ import dev.chrisbanes.haze.hazeSource import dev.chrisbanes.haze.rememberHazeState @Composable -fun Cloudy( +fun BlurredContent( modifier: Modifier = Modifier, enabled: Boolean = true, @IntRange(from = 0, to = 25) radius: Int = 25,