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

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

Merge "Fix large font display issues." into main

parents d21753b5 422e59c8
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -305,13 +305,17 @@ fun CtaButtonRow(
        modifier = Modifier.fillMaxWidth()
    ) {
        if (leftButton != null) {
            Box(modifier = Modifier.wrapContentSize().weight(1f, fill = false)) {
                leftButton()
            }
        }
        if (rightButton != null) {
            Box(modifier = Modifier.wrapContentSize().weight(1f, fill = false)) {
                rightButton()
            }
        }
    }
}

@Composable
fun MoreOptionTopAppBar(