Skip to content

Commit

Permalink
fix: small button styling
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyLv committed Mar 19, 2023
1 parent 24a0358 commit d18ca4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/ActionsAfterResult.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export function ActionsAfterResult({
return (
<div className="mx-auto mt-7 flex max-w-3xl flex-row-reverse gap-x-4">
<a
className="w-32 cursor-pointer rounded-lg bg-pink-400 px-2 py-1 text-center font-medium text-white hover:bg-pink-400/80"
className="flex w-32 cursor-pointer items-center justify-center rounded-lg bg-pink-400 px-2 py-1 text-center font-medium text-white hover:bg-pink-400/80"
href="https://space.bilibili.com/37648256"
target="_blank"
rel="noopener noreferrer"
Expand All @@ -32,7 +32,7 @@ export function ActionsAfterResult({
</a>
<a
href={curVideo}
className="w-24 cursor-pointer rounded-lg bg-sky-400 px-2 py-1 text-center font-medium text-white hover:bg-sky-400/80"
className="flex w-24 cursor-pointer items-center justify-center rounded-lg bg-sky-400 px-2 py-1 text-center font-medium text-white hover:bg-sky-400/80"
target="_blank"
rel="noreferrer"
>
Expand Down

0 comments on commit d18ca4a

Please # to comment.