Skip to content

Commit dc63264

Browse files
✨ Update tweet component styles for improved aesthetics and hover effects
1 parent 707fca9 commit dc63264

File tree

2 files changed

+200
-154
lines changed

2 files changed

+200
-154
lines changed

resources/views/components/home/tweets.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@ class="inset-x-0 bottom-0 z-10 grid w-full select-none"
883883
if (! show_more) document.getElementById('tweets').scrollIntoView()
884884
}
885885
"
886-
class="relative grid cursor-pointer self-end justify-self-center overflow-hidden rounded-full bg-sky-500 py-4 font-medium text-white transition-all duration-500 ease-in-out hover:bg-sky-400 motion-reduce:transition-none"
886+
class="relative grid cursor-pointer self-end justify-self-center overflow-hidden rounded-full bg-evening py-4 font-medium text-white transition-all duration-500 ease-in-out hover:bg-indigo-900 motion-reduce:transition-none"
887887
:class="{
888888
'w-48': !show_more,
889889
'xl:translate-x-[34rem] -translate-y-10 w-16 rotate-180': show_more,

0 commit comments

Comments
 (0)