Skip to content

Commit

Permalink
Fix: remove shadow icon
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthaknagoshe2002 committed Dec 20, 2024
1 parent 212590e commit 9b05848
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import {
chevronLeft,
chevronRight,
moreVertical,
shadow as shadowIcon,
} from '@wordpress/icons';

/**
Expand All @@ -29,7 +28,6 @@ import Subtitle from './subtitle';
import { NavigationButtonAsItem } from './navigation-button';
import ScreenHeader from './header';
import { getNewIndexFromPresets } from './utils';
import { IconWithCurrentColor } from './icon-with-current-color';
import { useState } from '@wordpress/element';
import ConfirmResetShadowDialog from './confirm-reset-shadow-dialog';

Expand Down Expand Up @@ -196,10 +194,7 @@ function ShadowItem( { shadow, category } ) {
path={ `/shadows/edit/${ category }/${ shadow.slug }` }
>
<HStack justify="space-between">
<HStack justify="flex-start">
<IconWithCurrentColor icon={ shadowIcon } />
<FlexItem>{ shadow.name }</FlexItem>
</HStack>
<FlexItem>{ shadow.name }</FlexItem>
<Icon icon={ isRTL() ? chevronLeft : chevronRight } />
</HStack>
</NavigationButtonAsItem>
Expand Down

0 comments on commit 9b05848

Please sign in to comment.