Skip to content

Commit 72521aa

Browse files
committed
chore: lint
1 parent f2cb030 commit 72521aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/to/bitkit/ui/components/TextInput.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ fun TextInput(
4848
visualTransformation: VisualTransformation = VisualTransformation.None,
4949
textStyle: TextStyle = AppTextStyles.BodySSB,
5050
colors: TextFieldColors = AppTextFieldDefaults.semiTransparent,
51-
) {
51+
) {
5252
var textFieldValue by remember { mutableStateOf(TextFieldValue(value)) }
5353

5454
// Sync external changes

0 commit comments

Comments
 (0)