1 parent e3133c6 commit 910ce22Copy full SHA for 910ce22
1 file changed
ios/EnrichedTextInputView.mm
@@ -127,7 +127,7 @@ - (void)setDefaults {
127
@([ItalicStyle getStyleType]) : @[@([CodeBlockStyle getStyleType])],
128
@([UnderlineStyle getStyleType]) : @[@([CodeBlockStyle getStyleType])],
129
@([StrikethroughStyle getStyleType]) : @[@([CodeBlockStyle getStyleType])],
130
- @([ColorStyle getStyleType]): @[@(CodeBlockStyle getStyleType)],
+ @([ColorStyle getStyleType]): @[@([CodeBlockStyle getStyleType])],
131
@([InlineCodeStyle getStyleType]) : @[@([CodeBlockStyle getStyleType])],
132
@([LinkStyle getStyleType]): @[@([CodeBlockStyle getStyleType])],
133
@([MentionStyle getStyleType]): @[@([CodeBlockStyle getStyleType])],
0 commit comments