We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e073974 commit f656a6aCopy full SHA for f656a6a
app/src/main/java/to/bitkit/ui/screens/transfer/SettingUpScreen.kt
@@ -117,7 +117,8 @@ private fun SettingUpScreen(
117
Spacer(modifier = Modifier.height(12.dp))
118
if (inProgress) {
119
Display(
120
- text = stringResource(R.string.lightning__savings_progress__title).withAccent(accentColor = Colors.Purple),
+ text = stringResource(R.string.lightning__savings_progress__title)
121
+ .withAccent(accentColor = Colors.Purple),
122
)
123
Spacer(modifier = Modifier.height(8.dp))
124
BodyM(
0 commit comments