(fix:bubble) color adjustments

This commit is contained in:
ManishMadan2882
2025-03-12 06:41:37 +05:30
parent fa07b3349d
commit 1f3c07979a
4 changed files with 9 additions and 7 deletions

View File

@@ -161,7 +161,7 @@ const ConversationBubble = forwardRef<
{t('conversation.edit.cancel')}
</button>
<button
className="rounded-full bg-purple-30 hover:bg-royal-purple px-4 py-2 text-white text-sm font-medium transition-colors"
className="rounded-full bg-purple-30 hover:bg-violets-are-blue dark:hover:bg-royal-purple px-4 py-2 text-white text-sm font-medium transition-colors"
onClick={handleEditClick}
>
{t('conversation.edit.update')}