feat: updates

This commit is contained in:
qier222 2022-04-02 02:12:15 +08:00
parent 719a3a60d4
commit 86f088e5c9
No known key found for this signature in database
GPG key ID: 9C85007ED905F14D
9 changed files with 87 additions and 69 deletions

View file

@ -191,7 +191,7 @@ const Header = ({
color={ButtonColor.Gray}
iconColor={ButtonColor.Gray}
isSkelton={isLoading}
onClick={() => toast('Work in progress')}
onClick={() => toast('施工中...')}
>
<SvgIcon name='heart-outline' className='h-6 w-6' />
</Button>
@ -200,7 +200,7 @@ const Header = ({
color={ButtonColor.Gray}
iconColor={ButtonColor.Gray}
isSkelton={isLoading}
onClick={() => toast('Work in progress')}
onClick={() => toast('施工中...')}
>
<SvgIcon name='more' className='h-6 w-6' />
</Button>