feat: add cursor pointer to macketplace actions

This commit is contained in:
lyzno1
2025-10-17 21:31:40 +08:00
parent 9cc3cfb63e
commit 6ae76d108b
2 changed files with 2 additions and 2 deletions

View File

@@ -98,7 +98,7 @@ const AllStartBlocks = ({
<Button
size='small'
variant='secondary-accent'
className='h-6 px-3 text-xs'
className='h-6 cursor-pointer px-3 text-xs'
>
{t('workflow.tabs.requestToCommunity')}
</Button>

View File

@@ -232,7 +232,7 @@ const AllTools = ({
<Button
size='small'
variant='secondary-accent'
className='h-6 px-3 text-xs'
className='h-6 cursor-pointer px-3 text-xs'
>
{t('workflow.tabs.requestToCommunity')}
</Button>