Button changes

This commit is contained in:
2025-07-22 16:48:33 -06:00
parent e656c5e407
commit 66723a2ee1
8 changed files with 35 additions and 23 deletions

View File

@@ -31,7 +31,7 @@ export default function ScrollUpButton() {
type="button"
onClick={scrollToTop}
class={`fixed bottom-20 right-4 z-20 bg-secondary hover:bg-primary
p-3 rounded-full shadow-lg transition-all duration-300 min-h-[44px] min-w-[44px] inline-flex items-center justify-center
p-3 rounded-full transition-all duration-300 min-h-[44px] min-w-[44px] inline-flex items-center justify-center
${
isVisible.value
? "opacity-100 translate-y-0"