Skip to content

Commit c5b379b

Browse files
fixed app styling
1 parent 41c559a commit c5b379b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

InstabugSample/App.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ export default class App extends Component<{}> {
4040
colorTheme: 'Light',
4141
};
4242

43-
Instabug.start('YOUR_TOKEN', [Instabug.invocationEvent.floatingButton]);
43+
Instabug.start('068ba9a8c3615035e163dc5f829c73be', [
44+
Instabug.invocationEvent.floatingButton,
45+
]);
4446
}
4547

4648
render() {
@@ -293,6 +295,7 @@ const styles = StyleSheet.create({
293295
fontSize: 14,
294296
fontWeight: 'bold',
295297
marginTop: 10,
298+
color: 'black',
296299
},
297300
buttonColor: {
298301
marginTop: 10,
@@ -306,6 +309,7 @@ const styles = StyleSheet.create({
306309
marginTop: 10,
307310
marginRight: 5,
308311
fontWeight: 'bold',
312+
color: 'black',
309313
},
310314
switchView: {
311315
flexDirection: 'row',

0 commit comments

Comments
 (0)