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

Commit a01aec5c authored by Helen Qin's avatar Helen Qin
Browse files

Use Material3 BodyMedium for save/creation supporting text

Before it was using BodySmall.

Bug: 326494285
Test: see screenshots in bug
Change-Id: I58c281390ef7d2a401fe86b1a62b9884f75937a1
parent c2d58bab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -336,7 +336,7 @@ fun CreationSelectionCard(
            if (!footerDescription.isNullOrBlank()) {
                item {
                    Row(modifier = Modifier.fillMaxWidth().wrapContentHeight()) {
                        BodySmallText(text = footerDescription)
                        BodyMediumText(text = footerDescription)
                    }
                }
                item { Divider(thickness = 24.dp, color = Color.Transparent) }