mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-11 23:37:45 +00:00
Improve QR padding
This commit is contained in:
@@ -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)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user