We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99b94f0 commit 5cc643aCopy full SHA for 5cc643a
1 file changed
components/chat-widget.tsx
@@ -122,9 +122,10 @@ export function ChatWidget() {
122
e.stopPropagation();
123
setShowNotification(false);
124
}}
125
- className="absolute -top-2 -left-2 bg-zinc-900 border border-purple-500/50 rounded-full p-1 hover:bg-purple-500/20 text-purple-400 transition-colors shadow-sm"
+ className="absolute -top-3 -left-3 z-50 bg-zinc-950 border border-purple-500/50 rounded-full p-1.5 hover:bg-purple-900/20 text-purple-400 transition-colors shadow-md cursor-pointer flex items-center justify-center group"
126
+ aria-label="Close notification"
127
>
- <X className="w-3 h-3" />
128
+ <X className="w-3 h-3 group-hover:scale-110 transition-transform" />
129
</button>
130
</div>
131
</motion.div>
0 commit comments