4.6.1 production (#498)

This commit is contained in:
Archer
2023-11-21 18:26:18 +08:00
committed by GitHub
parent 0558379ddb
commit 60f752629f
46 changed files with 93 additions and 63 deletions

View File

@@ -247,7 +247,12 @@ const CollectionCard = () => {
<Flex alignItems={'center'} mr={2}>
<MyInput
leftIcon={
<MyIcon name="searchLight" position={'absolute'} w={'14px'} color={'myGray.500'} />
<MyIcon
name="common/searchLight"
position={'absolute'}
w={'14px'}
color={'myGray.500'}
/>
}
w={['100%', '250px']}
size={['sm', 'md']}
@@ -472,7 +477,7 @@ const CollectionCard = () => {
{
child: (
<Flex alignItems={'center'}>
<MyIcon name={'moveLight'} w={'14px'} mr={2} />
<MyIcon name={'common/file/move'} w={'14px'} mr={2} />
{t('Move')}
</Flex>
),