Skip to content

Commit

Permalink
Update responsive icons
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Oct 20, 2024
1 parent 217039a commit 938ca9e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/settings/global-settings/setting-modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ import {
__experimentalToggleGroupControl as ToggleGroupControl,
__experimentalToggleGroupControlOptionIcon as ToggleGroupControlOptionIcon,
} from '@wordpress/components';
import { desktop, mobile } from '@wordpress/icons';

/**
* Internal dependencies
Expand Down Expand Up @@ -643,8 +644,8 @@ export default function SettingModal( { options, isAdministrator, setIsSettingMo
'Set the screen width (breakpoint) as the basis for switching between desktop and mobile devices.',
'flexible-table-block'
) }
beforeIcon="smartphone"
afterIcon="desktop"
beforeIcon={ mobile }
afterIcon={ desktop }
min={ MIN_RESPONSIVE_BREAKPOINT }
max={ MAX_RESPONSIVE_BREAKPOINT }
value={
Expand Down

0 comments on commit 938ca9e

Please sign in to comment.