Skip to content

Commit

Permalink
Fixed the CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
aritra-tech committed May 8, 2024
1 parent 0c201d9 commit 653a311
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,15 @@ import com.geekymusketeers.uncrack.ui.theme.normal24
@OptIn(ExperimentalMaterial3Api::class)
@Composable
fun ThemeDialog(
modifier: Modifier = Modifier,
onDismissRequest: () -> Unit
) {

BasicAlertDialog(
onDismissRequest = { onDismissRequest() }
) {
Column(
Modifier
modifier
.background(MaterialTheme.colorScheme.background, RoundedCornerShape(28.dp))
.padding(vertical = 24.dp),
horizontalAlignment = Alignment.CenterHorizontally,
Expand Down

0 comments on commit 653a311

Please sign in to comment.