File tree Expand file tree Collapse file tree 2 files changed +200
-154
lines changed
resources/views/components Expand file tree Collapse file tree 2 files changed +200
-154
lines changed Original file line number Diff line number Diff 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,
You can’t perform that action at this time.
0 commit comments