Skip to content

Commit

Permalink
chore: ui update
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitdasu committed Jan 22, 2023
1 parent 18d0d99 commit 02c8caf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/LandingPage/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const Hero = () => {
<Button
onClick={handleModal}
isDisabled={false}
className="text-md w-full py-3 px-6 font-semibold md:w-auto md:text-lg"
className="text-md w-full py-3 px-6 font-semibold shadow-lg md:w-auto md:text-lg"
>
<span className="flex items-center justify-center gap-3">
Login / Register
Expand All @@ -85,7 +85,7 @@ export const Hero = () => {
whileTap={{ scale: 0.9 }}
layout
onClick={handleRoute}
className={`text-md w-full rounded-md border-2 border-gray-200 py-3 px-6 font-semibold text-gray-900 opacity-75 transition-all hover:opacity-100 focus:ring dark:border-gray-600 dark:text-gray-100 md:w-auto md:text-lg ${
className={`text-md w-full rounded-md border-2 border-gray-200 py-3 px-6 font-semibold text-gray-900 opacity-75 shadow-lg transition-all hover:opacity-100 focus:ring dark:border-gray-600 dark:text-gray-100 md:w-auto md:text-lg ${
session &&
'border-0 !bg-orange-100 !text-orange-500 ring-orange-800 dark:!bg-[#2c1c0f] dark:!text-orange-400'
}`}
Expand Down

0 comments on commit 02c8caf

Please sign in to comment.