-
+ return (
+
+
+
+
+ {this.state.isShown ? (
+
{}}
+ children={
+ {
+ this.setState({isShown: false});
+ }}
+ promptData={promptData}
+ />
+ }
+ />
+ ) : null}
);
- return [
- stars,
- this.state.isShown ? (
-
{}}
- children={
- {
- this.setState({isShown: false});
- }}
- promptData={promptData}
- />
- }
- />
- ) : null,
- ];
}
}
diff --git a/src/utils/icons.js b/src/utils/icons.js
index 34f98763f..e35054bad 100644
--- a/src/utils/icons.js
+++ b/src/utils/icons.js
@@ -34,8 +34,8 @@ module.exports = {
'triangle-right': [12],
'chevron-right': [8],
'chevron-down': [8],
- star: [16],
- 'star-outline': [16],
+ star: [16, 24],
+ 'star-outline': [16, 24],
},
// $FlowFixMe: not using flow in this file