Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/Pages/pictopy-landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ const PictopyLanding: FC = () => {
{/* Download Buttons */}
<div className="flex flex-col sm:flex-row gap-4 justify-center">
<Button
className="bg-black text-white hover:bg-gray-800 dark:bg-white dark:text-black dark:hover:bg-gray-200 h-12 px-8 transition-all duration-300
className="bg-black text-white hover:bg-gray-800 dark:bg-white dark:text-black dark:hover:bg-gray-200 hover:text-white dark:hover:text-black h-12 px-8 transition-all duration-300
border-2 border-transparent hover:border-black dark:hover:border-white
transform hover:-translate-y-1 hover:shadow-lg disabled:opacity-50 disabled:cursor-not-allowed"
size="lg"
Expand All @@ -158,7 +158,7 @@ const PictopyLanding: FC = () => {
Download for Mac
</Button>
<Button
className="bg-black text-white hover:bg-gray-800 dark:bg-white dark:text-black dark:hover:bg-gray-200 h-12 px-8 transition-all duration-300
className="bg-black text-white hover:bg-gray-800 dark:bg-white dark:text-black dark:hover:bg-gray-200 hover:text-white dark:hover:text-black h-12 px-8 transition-all duration-300
border-2 border-transparent hover:border-black dark:hover:border-white
transform hover:-translate-y-1 hover:shadow-lg disabled:opacity-50 disabled:cursor-not-allowed"
size="lg"
Expand All @@ -172,7 +172,7 @@ const PictopyLanding: FC = () => {
Download for Windows
</Button>
<Button
className="bg-black text-white hover:bg-gray-800 dark:bg-white dark:text-black dark:hover:bg-gray-200 h-12 px-8 transition-all duration-300
className="bg-black text-white hover:bg-gray-800 dark:bg-white dark:text-black dark:hover:bg-gray-200 hover:text-white dark:hover:text-black h-12 px-8 transition-all duration-300
border-2 border-transparent hover:border-black dark:hover:border-white
transform hover:-translate-y-1 hover:shadow-lg disabled:opacity-50 disabled:cursor-not-allowed"
size="lg"
Expand Down
Loading