Skip to content

Commit

Permalink
Update style in scrollToTop Button a little
Browse files Browse the repository at this point in the history
  • Loading branch information
porink0424 committed Nov 3, 2023
1 parent 612bc7c commit 79bdacc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/_components/ScrollToTopButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ function ScrollToTop() {
<ActionIcon
variant='filled'
size='xl'
color='blue'
className='!fixed bottom-6 right-6 z-50'
className='!fixed bottom-6 right-6 z-50 !bg-orange-400'
onClick={() => {
scrollTo({ y: 0 })
}}
Expand Down

0 comments on commit 79bdacc

Please sign in to comment.