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

Commit 96ef4624 authored by Jordan Demeulenaere's avatar Jordan Demeulenaere Committed by Android (Google) Code Review
Browse files

Merge "Fix border color of Compose security footer actions" into main

parents 2d1d3bae 86bea9e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -321,7 +321,7 @@ private fun TextButton(
        shape = CircleShape,
        color = colorAttr(R.attr.underSurface),
        contentColor = LocalAndroidColorScheme.current.onSurfaceVariant,
        borderStroke = BorderStroke(1.dp, colorAttr(R.attr.onShadeActive)),
        borderStroke = BorderStroke(1.dp, colorAttr(R.attr.shadeInactive)),
        modifier = modifier.padding(horizontal = 4.dp),
        onClick = onClick,
    ) {