fix: button (#5470)
This commit is contained in:
@@ -62,7 +62,7 @@ const Panel: FC<NodePanelProps<ToolNodeType>> = ({
|
||||
<div className='px-4 pb-3'>
|
||||
<Button
|
||||
variant='primary'
|
||||
className='w-full !h-8'
|
||||
className='w-full'
|
||||
onClick={showSetAuthModal}
|
||||
>
|
||||
{t(`${i18nPrefix}.toAuthorize`)}
|
||||
|
||||
Reference in New Issue
Block a user