Skip to content

Commit

Permalink
Revert wrong format image color (#14058)
Browse files Browse the repository at this point in the history
  • Loading branch information
marecar3 authored and hypest committed Feb 22, 2019
1 parent db68e6c commit 0718f7e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions packages/components/src/primitives/svg/style.native.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,3 @@
color: #87a6bc;
fill: currentColor;
}

.dashicons-format-image {
color: #2e4453;
fill: currentColor;
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function MediaPlaceholder( props ) {
return (
<TouchableWithoutFeedback onPress={ props.onMediaOptionsPressed }>
<View style={ styles.emptyStateContainer }>
<Dashicon ariaPressed={ 'dashicons-format-image' } icon={ 'format-image' } />
<Dashicon icon={ 'format-image' } />
<Text style={ styles.emptyStateTitle }>
{ __( 'Image' ) }
</Text>
Expand Down

0 comments on commit 0718f7e

Please sign in to comment.