Skip to content

Commit

Permalink
Added cancelButtonTintColor prop for ActionSheetIOS to change onl…
Browse files Browse the repository at this point in the history
…y the text color of the cancel button
  • Loading branch information
MoOx committed Mar 8, 2022
1 parent 5338327 commit 42dd7ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/apis/ActionSheetIOS.res
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ external options: (
~title: string=?,
~message: string=?,
~tintColor: Color.t=?,
~cancelButtonTintColor: Color.t=?,
unit,
) => options = ""

Expand Down

0 comments on commit 42dd7ee

Please sign in to comment.