Fixed more styling
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m38s
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m38s
This commit is contained in:
@@ -29,8 +29,8 @@ export default function ScrollUpButton() {
|
||||
return (
|
||||
<button
|
||||
onClick={scrollToTop}
|
||||
class={`fixed bottom-4 right-4 z-20 bg-secondary hover:bg-primary
|
||||
btn btn-circle transition-all duration-300
|
||||
class={`fixed bottom-4 right-4 z-20 btn btn-secondary hover:btn-primary
|
||||
btn-circle transition-all duration-300
|
||||
${
|
||||
isVisible.value
|
||||
? "opacity-100 translate-y-0"
|
||||
|
||||
Reference in New Issue
Block a user