Skip to content

Commit

Permalink
Addressed reviewer comments: Increased button size
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolgupta2015 committed Jan 14, 2025
1 parent c4ce70f commit 0be43bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/Scroll-button/ScrollToTop.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const ScrollToTop = () => {
<button
onClick={scrollToTop}
className="fixed bottom-8 right-8 p-3 bg-gradient-to-r from-teal-500 to-blue-600 text-white rounded-full shadow-xl hover:from-teal-600 hover:to-blue-700 focus:outline-none focus:ring-4 focus:ring-offset-2 focus:ring-teal-500 z-50"
style={{ fontSize: '1.5rem', lineHeight: '1.5rem' }} // Adjusted font size
aria-label="Scroll to top"
>
Expand Down

0 comments on commit 0be43bb

Please sign in to comment.