Skip to content

Commit

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

0 comments on commit aaeaf36

Please sign in to comment.