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

Commit 21cb5da5 authored by Josh's avatar Josh Committed by Joshua Mokut
Browse files

Fixed color contrast on drag handle

Fix: 373502981
Flag: com.android.systemui.keyboard_shortcut_helper_rewrite
Test: Check that contrast between drag handle and background is visible
enough

Change-Id: If3c1224a8f3eb4bd2dcf5d059f8d57d0a19d9093
parent 66b4d2f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -287,7 +287,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))