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

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

Merge "Update UMO background radius to match UMO" into main

parents 19d12c4b 676bcb5e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1747,7 +1747,7 @@ private fun UmoLegacy(viewModel: BaseCommunalViewModel, modifier: Modifier = Mod
            modifier
                .clip(
                    shape =
                        RoundedCornerShape(dimensionResource(system_app_widget_background_radius))
                        RoundedCornerShape(dimensionResource(R.dimen.notification_corner_radius))
                )
                .background(MaterialTheme.colorScheme.primary)
                .pointerInput(Unit) {