Fix beta label width.

This commit is contained in:
Michelle Tang
2026-02-11 14:28:47 -05:00
parent 9a04cd9e3b
commit e384a37fab

View File

@@ -79,6 +79,7 @@ fun BetaHeader(modifier: Modifier = Modifier) {
shape = RoundedCornerShape(12.dp) shape = RoundedCornerShape(12.dp)
) )
.padding(16.dp) .padding(16.dp)
.fillMaxWidth()
) { ) {
Icon( Icon(
imageVector = SignalIcons.Info.imageVector, imageVector = SignalIcons.Info.imageVector,