We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb64c1f commit fb6e598Copy full SHA for fb6e598
1 file changed
core/common/src/main/kotlin/com/ninecraft/booket/core/common/extensions/Emotion.kt
@@ -8,7 +8,7 @@ fun Emotion.toTextColor(): Color {
8
Emotion.WARM -> Color(0xFFE3931B)
9
Emotion.JOY -> Color(0xFFEE6B33)
10
Emotion.SAD -> Color(0xFF2872E9)
11
- Emotion.INSIGHT -> Color(0xFF9A55E4)
+ Emotion.INSIGHT -> Color(0xFF9A55E4)
12
}
13
14
0 commit comments