Skip to content

Commit

Permalink
make button size not change
Browse files Browse the repository at this point in the history
  • Loading branch information
stanleymw committed Jan 24, 2025
1 parent 08944a5 commit ee155a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/StyledButton.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ const { href } = Astro.props;
---


<a href={href} class="bg-gradient-to-tr from-indigo-500 to-blue-500 rounded-md px-4 py-2 text-white hover:from-indigo-300 hover:to-blue-300 border hover:border-black hover:text-black hover:font-bold transition-all">
<a href={href} class="bg-gradient-to-tr from-indigo-500 to-blue-500 rounded-md px-4 py-2 text-white hover:from-indigo-300 hover:to-blue-300 border hover:border-black hover:text-black transition-all">
<slot/>
</a>

0 comments on commit ee155a6

Please # to comment.