Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Use the same icon - fullscreen
  • Loading branch information
enejb committed Jul 5, 2021
commit 37be82119d1067bfd690b2a1653cd1a93c0370d6
4 changes: 2 additions & 2 deletions packages/block-library/src/image/edit.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ import { withSelect, withDispatch } from '@wordpress/data';
import {
image as placeholderIcon,
replace,
expand,
fullscreen,
textColor,
} from '@wordpress/icons';
import { store as coreStore } from '@wordpress/core-data';
Expand Down Expand Up @@ -552,7 +552,7 @@ export class ImageEdit extends Component {
<PanelBody>
{ image && sizeOptionsValid && (
<BottomSheetSelectControl
icon={ expand }
icon={ fullscreen }
label={ __( 'Size' ) }
options={ sizeOptions }
onChange={ this.onSizeChangeValue }
Expand Down