We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f37c21 commit 89fd7ecCopy full SHA for 89fd7ec
packages/sanity/src/structure/comments/plugin/inspector/CommentsInspectorHeader.tsx
@@ -1,4 +1,4 @@
1
-import {CheckmarkIcon, ChevronDownIcon, DoubleChevronRightIcon} from '@sanity/icons'
+import {CheckmarkIcon, ChevronDownIcon, CloseIcon} from '@sanity/icons'
2
import {Card, Flex, Menu, Text} from '@sanity/ui'
3
import {forwardRef, useCallback} from 'react'
4
import {BetaBadge, useTranslation} from 'sanity'
@@ -81,7 +81,7 @@ export const CommentsInspectorHeader = forwardRef(function CommentsInspectorHead
81
82
<Button
83
aria-label={t('close-pane-button-text-aria-label')}
84
- icon={DoubleChevronRightIcon}
+ icon={CloseIcon}
85
mode="bleed"
86
onClick={onClose}
87
tooltipProps={{content: t('close-pane-button-text')}}
0 commit comments