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

Commit 1986f2a0 authored by Helen Qin's avatar Helen Qin Committed by Android (Google) Code Review
Browse files

Merge "[CredManUi] Updated corner radius of credential card" into udc-dev

parents 64cf3f7a 0cbfce05
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ import androidx.compose.ui.Alignment
import androidx.compose.ui.Modifier
import androidx.compose.ui.graphics.Color
import androidx.compose.ui.unit.dp
import com.android.credentialmanager.ui.theme.Shapes

/**
 * Container card for the whole sheet.
@@ -83,7 +84,7 @@ fun CredentialContainerCard(
) {
    Card(
        modifier = modifier.fillMaxWidth().wrapContentHeight(),
        shape = MaterialTheme.shapes.medium,
        shape = Shapes.medium,
        border = null,
        colors = CardDefaults.cardColors(
            containerColor = Color.Transparent,