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

Commit 0138ce60 authored by Jonathan He's avatar Jonathan He Committed by Android (Google) Code Review
Browse files

Merge "Screen capture: Adjust border width from 4dp to 2dp and border color" into main

parents d201414c f2850ed3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -441,7 +441,7 @@ fun RegionBox(
        }

        // The width of the border stroke around the region box.
        val borderStrokeWidth = 4.dp
        val borderStrokeWidth = 2.dp

        state.rect?.let { currentRect ->
            // A parent container for the region box and its associated UI. By applying the
@@ -661,7 +661,7 @@ fun RegionBox(
                                        Modifier.size(boxWidthDp, boxHeightDp)
                                            .border(
                                                borderStrokeWidth,
                                                MaterialTheme.colorScheme.onSurfaceVariant,
                                                MaterialTheme.colorScheme.primary,
                                            )
                                )
                            }