File tree Expand file tree Collapse file tree
cropper/src/main/java/com/smarttoolfactory/cropper Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package com.smarttoolfactory.cropper
22
33import androidx.compose.foundation.layout.Box
44import androidx.compose.foundation.layout.size
5- import androidx.compose.material .Text
5+ import androidx.compose.material3 .Text
66import androidx.compose.runtime.Composable
77import androidx.compose.runtime.LaunchedEffect
88import androidx.compose.runtime.remember
@@ -192,7 +192,7 @@ fun ImageCropper(
192192
193193 // TODO Remove this text when cropper is complete. This is for debugging
194194 Text (
195- modifier = Modifier .align(Alignment .BottomStart ),
195+ modifier = Modifier .align(Alignment .TopStart ),
196196 color = Color .White ,
197197 fontSize = 10 .sp,
198198 text = " imageWidthInPx: $imageWidthPx , imageHeightInPx: $imageHeightPx \n " +
You can’t perform that action at this time.
0 commit comments