mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-14 23:18:43 +00:00
Fix beta label width.
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user