Skip to content

Commit

Permalink
fix mr-2 Button.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
cypherpepe authored Nov 8, 2024
1 parent 4cdcb91 commit 9f23265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/nextra/components/buttons/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export function PrimaryOutlineButton({
<a
className="text-blue-700 hover:text-white border border-blue-700 hover:bg-blue-800
focus:ring-4 focus:outline-none focus:ring-blue-300 font-medium rounded-lg text-sm px-5 py-2.5
text-center me-2 mb-2 dark:border-blue-500 dark:text-blue-500 dark:hover:text-white
text-center mr-2 mb-2 dark:border-blue-500 dark:text-blue-500 dark:hover:text-white
dark:hover:bg-blue-500 dark:focus:ring-blue-800
"
href={href}
Expand Down

0 comments on commit 9f23265

Please sign in to comment.