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

Commit caf7c3a0 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Tweak visuals for promoted notifications in AOD." into main

parents b958e2cd aea2e82e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -120,7 +120,7 @@ fun AODPromotedNotificationView(

    val boxModifier = modifier.padding(sidePaddingValues)

    val borderStroke = BorderStroke(1.dp, SecondaryText.brush)
    val borderStroke = BorderStroke(0.5.dp, SecondaryText.brush.value.copy(alpha = 0.32f))

    val borderRadius = dimensionResource(systemuiR.dimen.notification_corner_radius)
    val borderShape = RoundedCornerShape(borderRadius)