We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55b80bb commit c8776a2Copy full SHA for c8776a2
1 file changed
apps/flipcash/features/login/src/main/kotlin/com/flipcash/app/login/internal/SeedInputContent.kt
@@ -140,16 +140,10 @@ private fun SeedInputContent(
140
.padding(bottom = CodeTheme.dimens.grid.x4),
141
verticalArrangement = Arrangement.spacedBy(CodeTheme.dimens.grid.x3)
142
) {
143
- Text(
144
- style = CodeTheme.typography.textSmall.copy(textAlign = TextAlign.Center),
145
- color = CodeTheme.colors.textSecondary,
146
- text = stringResource(R.string.subtitle_loginDescription)
147
- )
148
-
149
Box {
150
OutlinedTextField(
151
modifier = Modifier
152
- .padding(top = CodeTheme.dimens.grid.x1)
+ .padding(top = CodeTheme.dimens.grid.x3)
153
.fillMaxWidth()
154
.height(120.dp)
155
.focusRequester(focusRequester),
0 commit comments