We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b979b48 commit cc1ed6fCopy full SHA for cc1ed6f
1 file changed
src/components/Common/FeedbackButton.tsx
@@ -11,9 +11,11 @@ export const FeedbackButton: React.FC = () => {
11
return (
12
<button
13
id="feedback-button"
14
- className="fixed bottom-6 right-6 z-10 flex h-12 w-12 items-center justify-center rounded-full bg-human-4 transition-all duration-200 hover:scale-105 hover:bg-human-3"
+ className="fixed bottom-8 right-8 z-20 flex h-12 w-12 items-center justify-center rounded-full border border-glassBorder bg-glass-strong backdrop-blur-md transition-all duration-200 hover:bg-glass-stronger"
15
>
16
- <span className="material-symbols-outlined text-white">feedback</span>
+ <span className="material-symbols-outlined material-symbols-filled text-primary">
17
+ feedback
18
+ </span>
19
</button>
20
)
21
}
0 commit comments