Skip to content

Commit

Permalink
fix: github build error
Browse files Browse the repository at this point in the history
  • Loading branch information
stulip committed Apr 3, 2023
1 parent 459726a commit edc124f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ const TempScreen = () => {
<RichToolbar
editor={richText}
actions={[ actions.setBold, actions.setItalic, actions.setUnderline, actions.heading1 ]}
iconMap={{ [actions.heading1]: ({tintColor}) => (<Text style={[{color: tintColor}]}>H1</Text>), }}
iconMap={{ [actions.heading1]: ({tintColor}) => (<Text style={{color: tintColor}}>H1</Text>) }}
/>
</SafeAreaView>
);
Expand Down

0 comments on commit edc124f

Please sign in to comment.