Skip to content

Commit

Permalink
fix(comments): update close icon to be consistent (#6096)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpetty committed Mar 22, 2024
1 parent 3f37c21 commit 89fd7ec
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,4 +1,4 @@
import {CheckmarkIcon, ChevronDownIcon, DoubleChevronRightIcon} from '@sanity/icons'
import {CheckmarkIcon, ChevronDownIcon, CloseIcon} from '@sanity/icons'
import {Card, Flex, Menu, Text} from '@sanity/ui'
import {forwardRef, useCallback} from 'react'
import {BetaBadge, useTranslation} from 'sanity'
Expand Down Expand Up @@ -81,7 +81,7 @@ export const CommentsInspectorHeader = forwardRef(function CommentsInspectorHead

<Button
aria-label={t('close-pane-button-text-aria-label')}
icon={DoubleChevronRightIcon}
icon={CloseIcon}
mode="bleed"
onClick={onClose}
tooltipProps={{content: t('close-pane-button-text')}}
Expand Down

0 comments on commit 89fd7ec

Please sign in to comment.