Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix "mr-2" Button.tsx #700

Merged
merged 3 commits into from
Nov 15, 2024
Merged
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
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