diff --git a/RNTester/js/components/RNTesterExampleList.js b/RNTester/js/components/RNTesterExampleList.js index 021a4ed9f3009e..800c4d7bd40a73 100644 --- a/RNTester/js/components/RNTesterExampleList.js +++ b/RNTester/js/components/RNTesterExampleList.js @@ -73,8 +73,8 @@ class RowComponent extends React.PureComponent<{ onPress={this._onPress}> {item.module.title} @@ -290,19 +290,6 @@ const styles = StyleSheet.create({ fontSize: 11, }, row: { - ...Platform.select({ - // [TODO(macOS ISS#2323203) - macos: { - backgroundColor: PlatformColor('controlBackgroundColor'), - }, - ios: { - backgroundColor: PlatformColor('secondarySystemGroupedBackgroundColor'), - }, - default: { - // ]TODO(macOS ISS#2323203) - backgroundColor: 'white', - }, // [TODO(macOS ISS#2323203) - }), // ]TODO(macOS ISS#2323203) justifyContent: 'center', paddingHorizontal: 15, paddingVertical: 8,