We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c8c2ec + 0117140 commit a5378fdCopy full SHA for a5378fd
1 file changed
app/src/main/java/com/getcode/view/login/AccessKey.kt
@@ -234,11 +234,15 @@ fun AccessKey(
234
Text(
235
modifier = Modifier
236
.alpha(textAlpha)
237
- .padding(bottom = CodeTheme.dimens.grid.x6),
+ .fillMaxWidth()
238
+ .padding(horizontal = CodeTheme.dimens.grid.x5)
239
+ .padding(
240
+ top = CodeTheme.dimens.grid.x3,
241
+ bottom = CodeTheme.dimens.grid.x6
242
+ ),
243
style = CodeTheme.typography.body2.copy(textAlign = TextAlign.Center),
244
color = White,
245
text = stringResource(R.string.subtitle_accessKeyDescription)
- .replace(". ", ".\n")
246
)
247
}
248
0 commit comments