Improve QR padding

This commit is contained in:
Andrew 2024-06-11 09:52:39 +09:30
parent f183e162a8
commit 3687e2ed46

View File

@ -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)
) )
} }
} }