Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
tomekzaw committed May 27, 2024
1 parent 829d517 commit 62e5bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MarkdownTextInput.web.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ const styles = StyleSheet.create({
},
disabledInputStyles: {
opacity: 0.75,
cursor: 'default',
cursor: 'auto',
},
});

Expand Down

0 comments on commit 62e5bb0

Please sign in to comment.