Attempt to fix note resizing with React keys and Muuri sync
This commit is contained in:
@@ -102,7 +102,7 @@ export function AIAssistantActionBar({
|
||||
onClick={() => handleAction(onShorten)}
|
||||
disabled={disabled}
|
||||
>
|
||||
<Scissors className="h-3 w-3 mr-1 text-blue-600 dark:text-blue-400" />
|
||||
<Scissors className="h-3 w-3 mr-1 text-primary dark:text-primary-foreground" />
|
||||
{t('ai.shorten')}
|
||||
</Button>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user