diff --git a/example/ios/NitroExample.xcodeproj/xcshareddata/xcschemes/NitroExample.xcscheme b/example/ios/NitroExample.xcodeproj/xcshareddata/xcschemes/NitroExample.xcscheme
index bf347165c..982948587 100644
--- a/example/ios/NitroExample.xcodeproj/xcshareddata/xcschemes/NitroExample.xcscheme
+++ b/example/ios/NitroExample.xcodeproj/xcshareddata/xcschemes/NitroExample.xcscheme
@@ -41,7 +41,7 @@
- {NitroModules.buildType}
+ {NitroModules.buildType}
@@ -176,9 +183,18 @@ const styles = StyleSheet.create({
paddingHorizontal: 15,
},
topControls: {
- marginLeft: 15,
+ marginHorizontal: 15,
marginBottom: 10,
flexDirection: 'row',
+ alignItems: 'center',
+ },
+ buildTypeText: {
+ fontFamily: Platform.select({
+ ios: 'Menlo',
+ macos: 'Menlo',
+ android: 'monospace',
+ }),
+ fontWeight: 'bold',
},
segmentedControl: {
minWidth: 180,