Skip to content

Commit 85da663

Browse files
committed
feedback animations
1 parent e1107df commit 85da663

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/FeedbackForm.astro

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ import { Icon } from 'astro-icon/components';
3232
padding: 0;
3333
}
3434

35-
.feedback-icon:hover {
36-
transform: scale(1.2);
35+
.feedback-icon {
3736
color: #5a6672;
3837
}
3938

4039
.feedback-icon:hover {
40+
transition: all 300ms ease-in-out;
4141
transform: scale(1.2);
4242
color: #000;
4343
}

0 commit comments

Comments
 (0)