Skip to content

Commit 15e46fe

Browse files
committed
remove label styling from FloatingButton example
1 parent 7a49059 commit 15e46fe

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

demo/src/screens/componentScreens/FloatingButtonScreen.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,12 @@ export default class FloatingButtonScreen extends Component {
8383
visible={this.state.showButton}
8484
button={{
8585
label: 'Approve',
86-
onPress: this.close,
87-
labelStyle: {fontWeight: '400'}
86+
onPress: this.close
8887
}}
8988
secondaryButton={{
9089
label: 'Not now',
9190
onPress: this.notNow,
92-
color: Colors.red30,
93-
labelStyle: {fontWeight: '400'}
91+
color: Colors.red30
9492
}}
9593
// bottomMargin={80}
9694
// hideBackgroundOverlay

0 commit comments

Comments
 (0)