Skip to content

Commit cc1ed6f

Browse files
style: improve feedback button
1 parent b979b48 commit cc1ed6f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/components/Common/FeedbackButton.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ export const FeedbackButton: React.FC = () => {
1111
return (
1212
<button
1313
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"
14+
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"
1515
>
16-
<span className="material-symbols-outlined text-white">feedback</span>
16+
<span className="material-symbols-outlined material-symbols-filled text-primary">
17+
feedback
18+
</span>
1719
</button>
1820
)
1921
}

0 commit comments

Comments
 (0)