Skip to content

Commit 707531f

Browse files
committed
Inline Icons - review 5
1 parent 58aac07 commit 707531f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/components/Icon/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import styles from '../../styles/styles';
55
import themeColors from '../../styles/themes/default';
66
import variables from '../../styles/variables';
77
import * as StyleUtils from '../../styles/StyleUtils';
8-
import iconWrapperStyles from './iconWrapperStyles';
8+
import IconWrapperStyles from './IconWrapperStyles';
99

1010
const propTypes = {
1111
/** The asset to render. */
@@ -54,7 +54,7 @@ class Icon extends PureComponent {
5454
if (this.props.inline) {
5555
return (
5656
<View style={[StyleUtils.getWidthAndHeightStyle(width, height), styles.bgTransparent, styles.overflowVisible]}>
57-
<View style={[StyleUtils.getWidthAndHeightStyle(width, height), iconWrapperStyles, styles.pAbsolute]}>
57+
<View style={[StyleUtils.getWidthAndHeightStyle(width, height), IconWrapperStyles, styles.pAbsolute]}>
5858
{icon}
5959
</View>
6060
</View>

0 commit comments

Comments
 (0)