| | |
| | | const { t } = useTranslation() |
| | | return ( |
| | | <div className='flex flex-col pb-2'> |
| | | <SkeletonContainer className='gap-y-0 p-1 pb-0'> |
| | | <SkeletonContainer className='gap-y-0.5 px-2 pt-1.5'> |
| | | <SkeletonContainer className='p-1 pb-0 gap-y-0'> |
| | | <SkeletonContainer className='px-2 pt-1.5 gap-y-0.5'> |
| | | <SkeletonRow className='py-0.5'> |
| | | <SkeletonRectangle className='w-[72px] bg-text-quaternary' /> |
| | | <SkeletonPoint className='opacity-20' /> |
| | |
| | | </SkeletonRow> |
| | | </SkeletonContainer> |
| | | </SkeletonContainer> |
| | | <div className='mt-0.5 flex items-center px-3'> |
| | | <button type='button' className='system-xs-semibold-uppercase pt-0.5 text-components-button-secondary-accent-text-disabled' disabled> |
| | | <div className='flex items-center px-3 mt-0.5'> |
| | | <button type='button' className='pt-0.5 text-components-button-secondary-accent-text-disabled system-xs-semibold-uppercase' disabled> |
| | | {t('common.operation.viewMore')} |
| | | </button> |
| | | </div> |