mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-26 01:37:43 +00:00
Improve QR padding
This commit is contained in:
parent
f183e162a8
commit
3687e2ed46
@ -103,9 +103,10 @@ private fun Content(
|
|||||||
contentDescription = "",
|
contentDescription = "",
|
||||||
tint = LocalOnLightCell.current,
|
tint = LocalOnLightCell.current,
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
|
.size(62.dp)
|
||||||
.align(Alignment.Center)
|
.align(Alignment.Center)
|
||||||
.size(60.dp)
|
|
||||||
.background(color = backgroundColor)
|
.background(color = backgroundColor)
|
||||||
|
.size(66.dp)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user