Skip to content

Commit de5d3ac

Browse files
committed
[feature/#31] color
1 parent 763b0b2 commit de5d3ac

File tree

1 file changed

+2
-1
lines changed
  • core/designsystem/src/commonMain/kotlin/com/nexters/emotia/core/designsystem/component

1 file changed

+2
-1
lines changed

core/designsystem/src/commonMain/kotlin/com/nexters/emotia/core/designsystem/component/ChatTextField.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ fun EmotiaChatTextField(
124124
if (placeholder.isNotEmpty() && value.isEmpty()) {
125125
Text(
126126
text = placeholder,
127-
style = typography.emotia14M
127+
style = typography.emotia14M,
128+
color = colors.lightGray
128129
)
129130
}
130131
},

0 commit comments

Comments
 (0)