Skip to content

Commit 964c8dc

Browse files
committed
chore: lint
1 parent c20302d commit 964c8dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • app/src/main/java/to/bitkit/ui/components

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,11 +259,11 @@ fun BodyS(
259259
) {
260260
BodyS(
261261
text = AnnotatedString(text),
262-
modifier = modifier,
263262
color = color,
264263
textAlign = textAlign,
265264
maxLines = maxLines,
266265
overflow = overflow,
266+
modifier = modifier
267267
)
268268
}
269269

0 commit comments

Comments
 (0)