Skip to content

Commit de26cad

Browse files
add color props to AppBar.BackAction
1 parent 85f2d61 commit de26cad

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Paper__Appbar.re

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ module Header = {
6060
module BackAction = {
6161
[@bs.module "react-native-paper"] [@bs.scope "Appbar"] [@react.component]
6262
external make:
63-
(~accessibilityLabel: string=?, ~onPress: 'a => unit) => React.element =
63+
(~accessibilityLabel: string=?, ~onPress: 'a => unit, ~color: string=?) =>
64+
React.element =
6465
"BackAction";
6566
};

0 commit comments

Comments
 (0)