Skip to content

Commit d139204

Browse files
author
OpenCode Bot
committed
fix: remove padding modifier syntax error
1 parent 13e1063 commit d139204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openclaw-android/src/main/java/ai/openclaw/app/ui/chat/ChatSheetContent.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ internal fun SessionHeader(
250250
imageVector = Icons.Default.Add,
251251
contentDescription = "New Session",
252252
tint = mobileTextSecondary,
253-
modifier = Modifier.padding(6.dp).size(18.dp),
253+
modifier = Modifier.size(18.dp),
254254
)
255255
}
256256
}

0 commit comments

Comments
 (0)