Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3e20bdd5 authored by Joshua Mokut's avatar Joshua Mokut Committed by Android (Google) Code Review
Browse files

Merge "Fixed color contrast on drag handle" into main

parents c23a55ed 21cb5da5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -288,7 +288,7 @@ private fun DragHandle(dialog: Dialog) {
            Modifier.padding(top = 16.dp, bottom = 6.dp)
                .semantics { contentDescription = dragHandleContentDescription }
                .clickable { dialog.dismiss() },
        color = MaterialTheme.colorScheme.outlineVariant,
        color = MaterialTheme.colorScheme.onSurfaceVariant,
        shape = MaterialTheme.shapes.extraLarge,
    ) {
        Box(Modifier.size(width = 32.dp, height = 4.dp))