Skip to content

Commit 910ce22

Browse files
committed
fix: iOS build
1 parent e3133c6 commit 910ce22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ios/EnrichedTextInputView.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ - (void)setDefaults {
127127
@([ItalicStyle getStyleType]) : @[@([CodeBlockStyle getStyleType])],
128128
@([UnderlineStyle getStyleType]) : @[@([CodeBlockStyle getStyleType])],
129129
@([StrikethroughStyle getStyleType]) : @[@([CodeBlockStyle getStyleType])],
130-
@([ColorStyle getStyleType]): @[@(CodeBlockStyle getStyleType)],
130+
@([ColorStyle getStyleType]): @[@([CodeBlockStyle getStyleType])],
131131
@([InlineCodeStyle getStyleType]) : @[@([CodeBlockStyle getStyleType])],
132132
@([LinkStyle getStyleType]): @[@([CodeBlockStyle getStyleType])],
133133
@([MentionStyle getStyleType]): @[@([CodeBlockStyle getStyleType])],

0 commit comments

Comments
 (0)