Skip to content

Commit 719a22d

Browse files
authored
Merge pull request #647 from haseenafridi10/fixed-contrast
Contrast fixed
2 parents 8e6bdf5 + 5d8c1a3 commit 719a22d

2 files changed

Lines changed: 1 addition & 15 deletions

File tree

.env.local.example

Lines changed: 0 additions & 14 deletions
This file was deleted.

components/buttons/BackToTopButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const BackToTopButton = () => {
2828
isVisible && (
2929
<button
3030
onClick={scrollToTop}
31-
className='fixed right-3 top-1/2 z-40 -translate-y-1/2 rounded-full bg-white p-3 text-gray-700 shadow-lg transition-all duration-500 hover:bg-white hover:text-modern-black'
31+
className='fixed right-3 top-1/2 z-40 -translate-y-1/2 rounded-full bg-white p-3 text-gray-900 shadow-lg transition-all duration-500 hover:bg-white hover:text-modern-black'
3232
>
3333
<ChevronUpIcon className='h-6 w-6' />
3434
</button>

0 commit comments

Comments
 (0)