Skip to content

Commit ae61b08

Browse files
committed
♻️ :: MessageTextField background 색 기본으로 변경
1 parent b7a4afe commit ae61b08

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/designsystem/src/main/java/com/chat/designsystem/component/textfield/MessageTextField.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ fun MessageTextField(
2525
modifier = modifier,
2626
value = value,
2727
placeholder = "Your message",
28-
backgroundColor = N5,
2928
trailingIconColor = N2,
3029
backgroundShape = RoundedCornerShape(16.dp),
3130
onValueChange = { value = it },

0 commit comments

Comments
 (0)