update mention seperator style

This commit is contained in:
Nate Kelley 2025-10-01 10:43:48 -06:00
parent b94c1dc569
commit 743d0d71c9
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
2 changed files with 2 additions and 2 deletions

View File

@ -2,5 +2,5 @@ import type React from 'react';
import type { MentionInputTriggerSeparator } from '../MentionInput.types';
export const MentionListSeperator: React.FC<MentionInputTriggerSeparator> = () => {
return <hr className="border-border border-t w-full my-1" />;
return <hr className="border-border border-t my-1 -mx-1 w-[calc(100%+0.5rem)]" />;
};

View File

@ -1 +1 @@
export * from './FollowupChatInput';
export * from './FollowUpChatInput';