|
|
@ -112,7 +112,10 @@ private fun RecoveryPasswordCell(seed: String, copySeed:() -> Unit = {}) {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
AnimatedVisibility(!showQr) {
|
|
|
|
AnimatedVisibility(!showQr) {
|
|
|
|
Row(horizontalArrangement = Arrangement.spacedBy(LocalDimensions.current.marginMedium)) {
|
|
|
|
Row(
|
|
|
|
|
|
|
|
horizontalArrangement = Arrangement.spacedBy(LocalDimensions.current.marginMedium),
|
|
|
|
|
|
|
|
verticalAlignment = Alignment.CenterVertically
|
|
|
|
|
|
|
|
) {
|
|
|
|
SlimOutlineCopyButton(
|
|
|
|
SlimOutlineCopyButton(
|
|
|
|
Modifier.weight(1f),
|
|
|
|
Modifier.weight(1f),
|
|
|
|
onClick = copySeed
|
|
|
|
onClick = copySeed
|
|
|
|