Skip to content

Commit

Permalink
chore: Update Button component styles for +page.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthGigi committed Jul 6, 2024
1 parent b4f3138 commit ab9f698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/(main)/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
<div class="mt-8 h-10 md:mt-20 md:h-20">
<GradualSpacing class="text-center text-4xl font-bold tracking-[-0.1em] text-white md:text-7xl md:leading-[5rem]" text="MinionAH" />
</div>
<Button href="/pricecheck" class="group z-10 mx-auto flex w-fit items-center justify-center rounded-full border border-white/5 bg-neutral-900 text-base text-white transition-all ease-in hover:cursor-pointer hover:bg-neutral-800" variant="ghost">
<Button href="/pricecheck" class="group z-10 mx-auto mt-2 flex w-fit items-center justify-center rounded-full border border-white/5 bg-neutral-900 text-base text-white transition-all ease-in hover:cursor-pointer hover:bg-neutral-800" variant="ghost">
<AnimatedShinyText class="inline-flex items-center justify-center px-4 py-1 transition ease-out hover:text-neutral-400 hover:duration-300">
<span>💰 <span class="max-sm:hidden">Introducing </span>Price Checker</span>
<ArrowRight class="ml-1 size-3 transition-transform duration-300 ease-in-out group-hover:translate-x-0.5" />
Expand Down

0 comments on commit ab9f698

Please sign in to comment.