pull/22878/head
leslie2046 1 year ago
parent 9147a1a179
commit ae7a5af7ff

@ -5,6 +5,7 @@ import { useTranslation } from 'react-i18next'
import { import {
RiAddLine, RiAddLine,
RiMoreFill, RiMoreFill,
RiDeleteBinLine
} from '@remixicon/react' } from '@remixicon/react'
import { useContext } from 'use-context-selector' import { useContext } from 'use-context-selector'
import { import {
@ -144,7 +145,7 @@ const HeaderOptions: FC<Props> = ({
onClick={handleClearAll} onClick={handleClearAll}
className='h-9 py-2 px-3 mx-1 flex items-center space-x-2 hover:bg-red-50 rounded-lg cursor-pointer disabled:opacity-50 w-[calc(100%_-_8px)] text-red-600' className='h-9 py-2 px-3 mx-1 flex items-center space-x-2 hover:bg-red-50 rounded-lg cursor-pointer disabled:opacity-50 w-[calc(100%_-_8px)] text-red-600'
> >
<FileDownload02 className='w-4 h-4'/> <RiDeleteBinLine className='w-4 h-4'/>
<span className='grow system-sm-regular text-left'> <span className='grow system-sm-regular text-left'>
{t('appAnnotation.table.header.clearAll')} {t('appAnnotation.table.header.clearAll')}
</span> </span>

Loading…
Cancel
Save